aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-09 23:30:31 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-09 23:30:31 +0000
commit3f517618359ad4493e1c214339e4bba75d8009ed (patch)
tree745b7af07c2508bedb70c54b642c2bb0ccee4607 /chapter06
parent26a89c559c1f62b99fcdddd2ec2b130eea1d9b4f (diff)
moved man.conf file to /etc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/man-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index 2aee946aa..1250be4b9 100644
--- a/chapter06/man-inst.xml
+++ b/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>