aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 05:29:17 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 05:29:17 +0000
commit0f873fee57948c57435054788bd79ca023da73e0 (patch)
tree52ed2f723437bc8b77f6593f9267416d341a3cb0 /chapter05
parent8c6f3456f85f6cdd6bd3f54cd199084aae23b8fd (diff)
removed ch5-gzip2 make check - it does not do anything
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gzip-inst.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml
index 8685a6561..20a335dd4 100644
--- a/chapter05/gzip-inst.xml
+++ b/chapter05/gzip-inst.xml
@@ -5,7 +5,6 @@
<para><screen><userinput>./configure --prefix=/stage1
make
-make check
make install
rm -f /stage1/bin/{gunzip,zcat}
ln -s gzip /stage1/bin/gunzip