瀏覽代碼

/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 年之前
父節點
當前提交
85912f14f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter05/utillinux-inst.xml

+ 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>