소스 검색

moved man.conf file to /etc

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 년 전
부모
커밋
3f51761835
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      chapter06/man-inst.xml

+ 2 - 1
chapter06/man-inst.xml

@@ -5,7 +5,8 @@
 
 <para><screen><userinput>./configure -default &amp;&amp;
 make &amp;&amp;
-make install</userinput></screen></para>
+make install &amp;&amp;
+mv /usr/share/misc/man.conf /etc</userinput></screen></para>
 
 <para>You may want to take a look at the man hint at <ulink
 url="&hints-root;man.txt">&hints-root;man.txt</ulink>