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 --- chapter06/gzip-inst.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06/gzip-inst.xml') diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml index 5c59c88c1..2763417e2 100644 --- a/chapter06/gzip-inst.xml +++ b/chapter06/gzip-inst.xml @@ -7,13 +7,13 @@ make && make install && cd /usr/bin && -mv gzip /bin && -rm gunzip zcat && +mv -f gzip /bin && +rm -f gunzip zcat && cd /bin && ln -sf gzip gunzip && -ln -s gzip zcat && -ln -s gzip compress && -ln -s gunzip uncompress +ln -sf gzip zcat && +ln -sf gzip compress && +ln -sf gunzip uncompress -- cgit v1.2.3-54-g00ecf