aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r--chapter06/coreutils.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index fe036755e..af75e60cf 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -83,11 +83,7 @@
not necessary in this temporary environment, we must do so because some
programs harcode executable locations:</para>
-<screen><userinput remap="install">mv -v $LFS/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} $LFS/bin
-mv -v $LFS/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} $LFS/bin
-mv -v $LFS/usr/bin/{rmdir,stty,sync,true,uname} $LFS/bin
-mv -v $LFS/usr/bin/{head,nice,sleep,touch} $LFS/bin
-mv -v $LFS/usr/bin/chroot $LFS/usr/sbin
+<screen><userinput remap="install">mv -v $LFS/usr/bin/chroot $LFS/usr/sbin
mkdir -pv $LFS/usr/share/man/man8
mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8
sed -i 's/"1"/"8"/' $LFS/usr/share/man/man8/chroot.8</userinput></screen>