aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip-inst.xml
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-04-17 00:24:53 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-04-17 00:24:53 +0000
commit22c89bdaffe808839193af96247180f8a0ce2c0b (patch)
tree0479a7b407c5efd5545e27cbb80499107f92e6fa /chapter06/gzip-inst.xml
parent0c21363e1030e33860c7b8c3127bf43db97dfb6b (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.xml3
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 &amp;&amp;</userinput>
<userinput>cd /usr/bin &amp;&amp;</userinput>
<userinput>mv gzip /bin &amp;&amp;</userinput>
- <userinput>rm gunzip &amp;&amp;</userinput>
+ <userinput>rm gunzip zcat &amp;&amp;</userinput>
<userinput>cd /bin &amp;&amp;</userinput>
<userinput>ln -sf gzip gunzip &amp;&amp;</userinput>
+ <userinput>ln -s gzip zcat &amp;&amp;</userinput>
<userinput>ln -s gzip compress &amp;&amp;</userinput>
<userinput>ln -s gunzip uncompress</userinput>
</literallayout></blockquote>