aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-06-29 16:12:14 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-06-29 16:12:14 +0000
commit88b27a60e16bd873ebc87e57067a2353561f9c5f (patch)
tree0f10257b99a48713dbb78108e13b14a922f44ae1 /chapter06
parentf96ed919022fcd69ede59b6dccc7c05fcf67ac94 (diff)
test and [ are not specified by FHS to be in /bin.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 1f2fba108..b166d4c63 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -119,7 +119,7 @@
<screen><userinput remap="install">mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
-mv -v /usr/bin/{rmdir,stty,sync,true,uname,test,[} /bin
+mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
mv -v /usr/bin/chroot /usr/sbin
mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
@@ -130,7 +130,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
may not be available during the early stages of booting, those binaries
need to be on the root partition:</para>
-<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice} /bin</userinput></screen>
+<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice,test,[} /bin</userinput></screen>
</sect2>