aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/utillinux.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:24:06 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:24:06 +0000
commitf4993cfc75b05e310e5c9f4821fec8526ab4701d (patch)
treeea1b3172bf48d754412c8bcb500f50a031538d84 /chapter05/utillinux.xml
parent58882995289b0b69420b13297bf87c4b4d398192 (diff)
Small textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/utillinux.xml')
-rw-r--r--chapter05/utillinux.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/utillinux.xml b/chapter05/utillinux.xml
index babbdcd2e..845bc53db 100644
--- a/chapter05/utillinux.xml
+++ b/chapter05/utillinux.xml
@@ -14,7 +14,8 @@ Estimated required disk space: &util-linux-compsize-tools;</screen>
<title>Installation of Util-linux</title>
<para>Util-linux doesn't use the freshly installed headers and libraries from
-the /tools directory. This is fixed by altering the configure script:</para>
+the <filename>/tools</filename> directory. This is fixed by altering the
+configure script:</para>
<screen><userinput>cp configure configure.backup
sed "s@/usr/include@/tools/include@g" configure.backup &gt; configure</userinput></screen>