|
@@ -9,7 +9,7 @@ commands.</para>
|
|
|
|
|
|
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &&
|
|
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &&
|
|
./configure --prefix=$LFS/static &&
|
|
./configure --prefix=$LFS/static &&
|
|
-make libexecdir=/static/bin LDFLAGS=-static &&
|
|
|
|
-make libexecdir=/static/bin install</userinput></screen></para>
|
|
|
|
|
|
+make libexecdir=$LFS/static/bin LDFLAGS=-static &&
|
|
|
|
+make libexecdir=$LFS/static/bin install</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
</sect2>
|