aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils-inst.xml
diff options
context:
space:
mode:
authorMarc Heerdink <gimli@linuxfromscratch.org>2002-04-26 12:11:12 +0000
committerMarc Heerdink <gimli@linuxfromscratch.org>2002-04-26 12:11:12 +0000
commitd9760bffa13dbfd0c727877af7ba2b513d453dd6 (patch)
treea8602c9ce2dfa1d8ca152c07a71c3f7260ebc5d7 /chapter06/findutils-inst.xml
parent86139bbf402162695503f4ecfd969a4617be0fae (diff)
[Bug 326] added libexecdir=/usr/bin to the make command for fileutils to fix a wrong libexecdir path in updatedb
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils-inst.xml')
-rw-r--r--chapter06/findutils-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml
index dafebd625..9331a799a 100644
--- a/chapter06/findutils-inst.xml
+++ b/chapter06/findutils-inst.xml
@@ -8,7 +8,7 @@ to be unpacked.</para>
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
+make libexecdir=/usr/bin &amp;&amp;
make libexecdir=/usr/bin install</userinput></screen></para>
</sect2>
@@ -22,7 +22,7 @@ location. The following commands use the database file
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
-make localstatedir=/var/lib/misc &amp;&amp;
+make localstatedir=/var/lib/misc libexecdir=/usr/bin &amp;&amp;
make localstatedir=/var/lib/misc libexecdir=/usr/bin install</userinput></screen></para>
</sect2>