aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 22:44:08 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 22:44:08 +0000
commitabdca12661f32e6234ff9bd5323022e0dfd46a1a (patch)
treeed1817c2bef1fa3cb0e05fb2ca013b22a638fd4f /chapter06/coreutils-inst.xml
parent6ab77404e3e14abd6e184a0e4dcd3222566e4acb (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.xml2
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 &&