aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/utillinux-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-09-11 15:59:23 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-09-11 15:59:23 +0000
commitf200be17df1f20f8aa69625dfc72bde701f9619f (patch)
tree46dc2ac8ba1e03ab689c85f80354bc8efa99b60e /chapter05/utillinux-inst.xml
parent008e758cc624ca09f843492217dc2f8565cdf146 (diff)
typo fix by Christian Schmitt
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/utillinux-inst.xml')
-rw-r--r--chapter05/utillinux-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/utillinux-inst.xml b/chapter05/utillinux-inst.xml
index 59ea9e9bc..26598be97 100644
--- a/chapter05/utillinux-inst.xml
+++ b/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>