aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-01 15:53:35 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-01 15:53:35 +0000
commit35aa404ac2c606cb7095c17d30128d5018523d8e (patch)
tree41676f784ce2a8cf721fb5aa211adf7882680d87 /chapter06
parent1e4c1aef955c845baedc22ca242f565a59732cca (diff)
Fixed libexecdir=/usr/bin -> libexecdir=/bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@89 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/fileutils-inst.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/fileutils-inst.sgml b/chapter06/fileutils-inst.sgml
index 751e6ec72..55023e615 100644
--- a/chapter06/fileutils-inst.sgml
+++ b/chapter06/fileutils-inst.sgml
@@ -10,7 +10,7 @@ Install Fileutils by running the following commands:
<userinput>patch -Np1 -i ../fileutils-4.0.patch
&amp;&amp;</userinput>
<userinput>./configure --prefix=/usr --bindir=/bin \</userinput>
- <userinput>&nbsp;&nbsp;&nbsp;--libexecdir=/usr/bin
+ <userinput>&nbsp;&nbsp;&nbsp;--libexecdir=/bin
&amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>