aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/utillinux.xml
diff options
context:
space:
mode:
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>