diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 23:21:26 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 23:21:26 +0000 |
commit | 38d003750fceb253e4062e871bea33550a93e999 (patch) | |
tree | 56b5e72c63b0d5c71a465e24cd706922110a7829 /chapter05 | |
parent | 8fa4affc0c3c7b6e37623ca87e6d11944dfcaffb (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gzip-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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</userinput></screen></para> +ln -s gzip /stage1/bin/zcat</userinput></screen></para> </sect2> |