aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/findutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/findutils-inst.xml')
-rw-r--r--chapter05/findutils-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml
index 15a48c0a7..ada4e7e72 100644
--- a/chapter05/findutils-inst.xml
+++ b/chapter05/findutils-inst.xml
@@ -9,7 +9,7 @@ commands.</para>
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
./configure --prefix=$LFS/static &amp;&amp;
-make libexecdir=$LFS/static/bin LDFLAGS=-static &amp;&amp;
-make libexecdir=$LFS/static/bin install</userinput></screen></para>
+make LDFLAGS=-static &amp;&amp;
+make install</userinput></screen></para>
</sect2>