diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-17 00:24:53 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-17 00:24:53 +0000 |
commit | 22c89bdaffe808839193af96247180f8a0ce2c0b (patch) | |
tree | 0479a7b407c5efd5545e27cbb80499107f92e6fa /chapter06/gzip-inst.xml | |
parent | 0c21363e1030e33860c7b8c3127bf43db97dfb6b (diff) |
FHS compliance, step 1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@526 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip-inst.xml')
-rw-r--r-- | chapter06/gzip-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml index 80de916ae..6af228e10 100644 --- a/chapter06/gzip-inst.xml +++ b/chapter06/gzip-inst.xml @@ -11,9 +11,10 @@ Install Gzip by running the following commands: <userinput>make install &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>mv gzip /bin &&</userinput> - <userinput>rm gunzip &&</userinput> + <userinput>rm gunzip zcat &&</userinput> <userinput>cd /bin &&</userinput> <userinput>ln -sf gzip gunzip &&</userinput> + <userinput>ln -s gzip zcat &&</userinput> <userinput>ln -s gzip compress &&</userinput> <userinput>ln -s gunzip uncompress</userinput> </literallayout></blockquote> |