浏览代码

typo fix by Christian Schmitt

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 年之前
父节点
当前提交
f200be17df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter05/utillinux-inst.xml

+ 1 - 1
chapter05/utillinux-inst.xml

@@ -4,7 +4,7 @@
 <title>Installation of Util-linux</title>
 <title>Installation of Util-linux</title>
 
 
 <para>Util-linux doesn't use the freshly installed headers and libraries from
 <para>Util-linux doesn't use the freshly installed headers and libraries from
-the /stage1 directory.  This is fixed by altering the configure script:</para>
+the /tools directory.  This is fixed by altering the configure script:</para>
 
 
 <para><screen><userinput>cp configure configure.backup
 <para><screen><userinput>cp configure configure.backup
 sed "s@/usr/include@/tools/include@g" configure.backup > configure</userinput> </screen></para>
 sed "s@/usr/include@/tools/include@g" configure.backup > configure</userinput> </screen></para>