diff options
Diffstat (limited to 'chapter06/gzip-inst.xml')
-rw-r--r-- | chapter06/gzip-inst.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml index 32147581c..80de916ae 100644 --- a/chapter06/gzip-inst.xml +++ b/chapter06/gzip-inst.xml @@ -6,7 +6,6 @@ Install Gzip by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> @@ -17,7 +16,6 @@ Install Gzip by running the following commands: <userinput>ln -sf gzip gunzip &&</userinput> <userinput>ln -s gzip compress &&</userinput> <userinput>ln -s gunzip uncompress</userinput> - </literallayout></blockquote> </sect2> |