From 3acb38f277fdbb662207fccb9d7ec312e5c26ed2 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 28 Aug 2001 20:50:57 +0000 Subject: Removed all -f flags from cp commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gzip-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/gzip-inst.xml') diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml index 478d68caa..20f227158 100644 --- a/chapter05/gzip-inst.xml +++ b/chapter05/gzip-inst.xml @@ -8,7 +8,7 @@ unpacked. ./configure --prefix=$LFS/usr && make LDFLAGS=-static && make install && -cp -f $LFS/usr/bin/gunzip $LFS/usr/bin/gzip $LFS/bin && +cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip $LFS/bin && rm -f $LFS/usr/bin/gunzip $LFS/usr/bin/gzip -- cgit v1.2.3-54-g00ecf