diff options
Diffstat (limited to 'chapter05/util-linux.xml')
-rw-r--r-- | chapter05/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index a04ca972e..2828dc629 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -33,7 +33,7 @@ by applying the following patch:</para> <screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-kernel-headers-1.patch</userinput></screen> <para>Util-linux doesn't use the freshly installed headers and libraries -from the /tools directory. This is fixed by altering the configure +from the <filename class="directory">/tools</filename> directory. This is fixed by altering the configure script:</para> <screen><userinput>sed -i "s@/usr/include@/tools/include@g" configure</userinput></screen> |