diff options
-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 && |