From 45714a7d3b3c0851d598d966a2ce9790e177c6e1 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 23 Aug 2001 22:38:49 +0000 Subject: [Bug 127] Clean up ln, mv and cp commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/shellutils-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/shellutils-inst.xml') diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index 6e784c0c0..e6241b1e1 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -9,8 +9,8 @@ to be unpacked. make LDFLAGS=-static && make install && cd $LFS/usr/bin && -mv date echo false pwd stty $LFS/bin && -mv su true uname hostname $LFS/bin +mv -f date echo false pwd stty $LFS/bin && +mv -f su true uname hostname $LFS/bin -- cgit v1.2.3-54-g00ecf