aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils-inst.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-09 09:36:26 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-09 09:36:26 +0000
commit243d49acd65f59052effd8ccb15800e9232ac008 (patch)
tree3b0bd352308dcfc3dbab8d10ba5b5c16ac2bb2e3 /chapter06/coreutils-inst.xml
parent5b2a34dd5f17479f3efc39a76a047508d42ec8c4 (diff)
XML fixes and nbsp fix for lfscmd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils-inst.xml')
-rw-r--r--chapter06/coreutils-inst.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml
index 17db7671e..d57a9b490 100644
--- a/chapter06/coreutils-inst.xml
+++ b/chapter06/coreutils-inst.xml
@@ -6,10 +6,10 @@
<para><screen><userinput>./configure --prefix=/usr
make
make install
-mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin &&
-mv /usr/bin/{dir,dircolors,du,date,echo,false,head} /bin &&
-mv /usr/bin/{install,ln,ls,mkdir,mkfifo,mknod,mv,pwd} /bin &&
-mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin &&
+mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin &amp;&amp;
+mv /usr/bin/{dir,dircolors,du,date,echo,false,head} /bin &amp;&amp;
+mv /usr/bin/{install,ln,ls,mkdir,mkfifo,mknod,mv,pwd} /bin &amp;&amp;
+mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin &amp;&amp;
mv /usr/bin/{touch,true,uname,vdir} /bin
mv /usr/bin/chroot /usr/sbin
ln -s test /bin/[