From 7ecaaca13918c87e405c89658832bbee3ef9e3cb Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 11 Feb 2002 23:40:51 +0000 Subject: remove extra && git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter05/shellutils-inst.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 843074434..db5f363ef 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,10 @@ +February 11th, 2002 [markh] Chapter 05: Sh-utils: +Removed extra && from end of install +instructions. + Chapter 05 - Sh-utils: Removed su from the mv command as this isn't installed in chapter 5. diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index a5cc3ac73..03fb55e39 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 && +mv pwd sleep stty test true uname $LFS/bin -- cgit v1.2.3-54-g00ecf