diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:44:08 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:44:08 +0000 |
commit | abdca12661f32e6234ff9bd5323022e0dfd46a1a (patch) | |
tree | ed1817c2bef1fa3cb0e05fb2ca013b22a638fd4f /chapter06/coreutils-inst.xml | |
parent | 6ab77404e3e14abd6e184a0e4dcd3222566e4acb (diff) |
/configure --> ./configure
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2522 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils-inst.xml')
-rw-r--r-- | chapter06/coreutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml index 14df0ec19..17db7671e 100644 --- a/chapter06/coreutils-inst.xml +++ b/chapter06/coreutils-inst.xml @@ -3,7 +3,7 @@ <sect2> <title>Installation of Coreutils</title> -<para><screen><userinput>/configure --prefix=/usr +<para><screen><userinput>./configure --prefix=/usr make make install mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin && |