diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2003-09-04 20:18:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2003-09-04 20:18:08 +0000 |
commit | 85912f14f374dfba548f926ebcd9b3cb41100c4b (patch) | |
tree | 72df47e1bace8aff7c359d0f3e4a8ed354b6d648 | |
parent | bef49bf2a8884c7f0dd3a2fb802daa46ca3328e3 (diff) |
/tools is the new name for /stage1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 ce08d0ff2..59ea9e9bc 100644 --- a/chapter05/utillinux-inst.xml +++ b/chapter05/utillinux-inst.xml @@ -7,7 +7,7 @@ the /stage1 directory. This is fixed by altering the configure script:</para> <para><screen><userinput>cp configure configure.backup -sed "s@/usr/include@/stage1/include@g" configure.backup > configure</userinput> </screen></para> +sed "s@/usr/include@/tools/include@g" configure.backup > configure</userinput> </screen></para> <para>Prepare Util-linux for compilation:</para> |