diff options
Diffstat (limited to 'chapter05/gzip-inst.xml')
-rw-r--r-- | chapter05/gzip-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml index 20f227158..8d19c3cbb 100644 --- a/chapter05/gzip-inst.xml +++ b/chapter05/gzip-inst.xml @@ -9,7 +9,7 @@ unpacked.</para> <userinput>make LDFLAGS=-static &&</userinput> <userinput>make install &&</userinput> <userinput>cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip $LFS/bin &&</userinput> -<userinput>rm -f $LFS/usr/bin/gunzip $LFS/usr/bin/gzip</userinput></screen></para> +<userinput>rm $LFS/usr/bin/gunzip $LFS/usr/bin/gzip</userinput></screen></para> </sect2> |