diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-01 15:53:35 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-01 15:53:35 +0000 |
commit | 35aa404ac2c606cb7095c17d30128d5018523d8e (patch) | |
tree | 41676f784ce2a8cf721fb5aa211adf7882680d87 /chapter06/fileutils-inst.sgml | |
parent | 1e4c1aef955c845baedc22ca242f565a59732cca (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/fileutils-inst.sgml')
-rw-r--r-- | chapter06/fileutils-inst.sgml | 2 |
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 &&</userinput> <userinput>./configure --prefix=/usr --bindir=/bin \</userinput> - <userinput> --libexecdir=/usr/bin + <userinput> --libexecdir=/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> |