Explorar o código

/configure --> ./configure

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2522 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans %!s(int64=22) %!d(string=hai) anos
pai
achega
abdca12661
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 &&