Просмотр исходного кода

typo fix by Christian Schmitt

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 лет назад
Родитель
Сommit
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>
 
 <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
 sed "s@/usr/include@/tools/include@g" configure.backup > configure</userinput> </screen></para>