diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-10 15:36:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-10 15:36:19 +0000 |
commit | 9d12a8a4e9b2f87df072443ecb93b552e9ac519d (patch) | |
tree | dd617b25c4f99baf8455fd5c18e235f1e1a4fd9b /chapter05/shellutils-inst.xml | |
parent | 5af17b8d063e0efdede14264c8233cc9c10c8426 (diff) |
Moved additional programs to the ($LFS)/bin directory that are used by the
bootscripts
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/shellutils-inst.xml')
-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 03619e480..d449d03d2 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -18,8 +18,8 @@ best to apply it.</para> make LDFLAGS=-static && make install && cd $LFS/usr/bin && -mv date echo false pwd stty $LFS/bin && -mv true uname hostname $LFS/bin</userinput></screen></para> +mv basename date echo false hostname $LFS/bin && +mv pwd sleep stty su test true uname $LFS/bin &&</userinput></screen></para> </sect2> |