Browse Source

/configure --> ./configure

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2522 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
abdca12661
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter06/coreutils-inst.xml

+ 1 - 1
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 &&