aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/fileutils-inst.xml
diff options
context:
space:
mode:
authorMarc Heerdink <gimli@linuxfromscratch.org>2002-01-30 16:23:29 +0000
committerMarc Heerdink <gimli@linuxfromscratch.org>2002-01-30 16:23:29 +0000
commit1d91cdf2fa80f2615db4474de68ea253c28df9df (patch)
tree27abd79857918bf0951c26666dc9a81f4f986063 /chapter05/fileutils-inst.xml
parentb1bc8e0120a3d309ea05f6bf67b45d369123338d (diff)
[Bug 261] Removed the --libexecdir configure option from fileutils' configure flags
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r--chapter05/fileutils-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml
index 0e1c72452..9bd395ac6 100644
--- a/chapter05/fileutils-inst.xml
+++ b/chapter05/fileutils-inst.xml
@@ -29,7 +29,7 @@ sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \
<para>Install fileutils by running the following commands:</para>
<para><screen><userinput>./configure --disable-nls \
-&nbsp;&nbsp;&nbsp;--prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin &amp;&amp;
+&nbsp;&nbsp;&nbsp;--prefix=$LFS/usr --bindir=$LFS/bin &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install &amp;&amp;
cd $LFS/usr/bin &amp;&amp;