1
0
Эх сурвалжийг харах

/tools is the new name for /stage1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 22 жил өмнө
parent
commit
85912f14f3

+ 1 - 1
chapter05/utillinux-inst.xml

@@ -7,7 +7,7 @@
 the /stage1 directory.  This is fixed by altering the configure script:</para>
 
 <para><screen><userinput>cp configure configure.backup
-sed "s@/usr/include@/stage1/include@g" configure.backup > configure</userinput> </screen></para>
+sed "s@/usr/include@/tools/include@g" configure.backup > configure</userinput> </screen></para>
 
 <para>Prepare Util-linux for compilation:</para>