diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-10-15 02:39:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-10-15 02:39:28 +0000 |
commit | dd637ac4e2cc9b1e700ee76d64d2fcd6e80d0539 (patch) | |
tree | 301293b2cd0fa7b6e62afaa5fe041bfb277545db | |
parent | 55e25a954cce00d932cbfb9a1f9be4a2558ecfd7 (diff) |
We do not need to move test and [ to /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index c2e3d9447..b03e3e62a 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -151,7 +151,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> following programs in <filename class="directory">/bin</filename>, so make sure they are placed there:</para> -<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice,test,[} /bin</userinput></screen> +<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice} /bin</userinput></screen> </sect2> |