diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 19:20:35 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 19:20:35 +0000 |
commit | 0d95ff98b6a6106de1824122c69b83a43fe3966c (patch) | |
tree | ba42e736bb30a7292efd59678f4336e5c8685273 /chapter05/gzip-inst.xml | |
parent | b49bae191d17d63e07323cf13901fb8812c86f5e (diff) |
Simplified chapter 05/bzip2+gzip commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gzip-inst.xml')
-rw-r--r-- | chapter05/gzip-inst.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml index 20a335dd4..bd81361f5 100644 --- a/chapter05/gzip-inst.xml +++ b/chapter05/gzip-inst.xml @@ -5,10 +5,7 @@ <para><screen><userinput>./configure --prefix=/stage1 make -make install -rm -f /stage1/bin/{gunzip,zcat} -ln -s gzip /stage1/bin/gunzip -ln -s gzip /stage1/bin/zcat</userinput></screen></para> +make install</userinput></screen></para> </sect2> |