diff options
-rw-r--r-- | chapter05/utillinux-inst.xml | 2 |
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> |