diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-17 20:15:05 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-17 20:15:05 +0000 |
commit | 02b095a133f8e59e19fc8b0a3c7d5e99e0fc497b (patch) | |
tree | 51d011543b0326cabcaf1d88b12156cee29bda59 /chapter05 | |
parent | 71286bb630c213e8e8c509e9c8fa44c616a58d6d (diff) |
noted dep update
added mv chroot ../sbin to chap5-shutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/shellutils-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index 03fb55e39..58fdd632f 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -19,7 +19,7 @@ make LDFLAGS=-static && make install && cd $LFS/usr/bin && mv basename date echo false hostname $LFS/bin && -mv pwd sleep stty test true uname $LFS/bin</userinput></screen></para> - +mv pwd sleep stty test true uname $LFS/bin && +mv chroot ../sbin</userinput></screen></para> </sect2> |