From 38d003750fceb253e4062e871bea33550a93e999 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 12 May 2003 23:21:26 +0000 Subject: ch5-gzip: uncompress symlink is not required. Fix by Zack. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter05/gzip-inst.xml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index db5067115..11dfebb4c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -74,6 +74,10 @@ May 12th, 2003 [gerard]: Chapter 06 - Basic Network: Added $(hostname) to /etc/hosts, without it perl's test doesn't pass. +May 12th, 2003 [winkie]: Chapter 05 - Installing Gzip: +Nothing in Chapter 6 checks for or uses the uncompress command, +therefore we shouldn't create it. + May 12th, 2003 [winkie]: Chapter 05 - Installing Bzip2: Running "make" implies "make check", therefore there is no reason whatsoever for us to run it manually. diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml index bb549fe9d..8685a6561 100644 --- a/chapter05/gzip-inst.xml +++ b/chapter05/gzip-inst.xml @@ -9,8 +9,7 @@ make check make install rm -f /stage1/bin/{gunzip,zcat} ln -s gzip /stage1/bin/gunzip -ln -s gzip /stage1/bin/zcat -ln -s gunzip /stage1/bin/uncompress +ln -s gzip /stage1/bin/zcat -- cgit v1.2.3-54-g00ecf