diff options
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 0f2cdc8aa..e7dd7d2b0 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -43,7 +43,7 @@ <para>Prepare Gzip for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> @@ -57,10 +57,9 @@ <screen><userinput remap="install">make install</userinput></screen> - <para>Move some programs that do not need to be on the root filesystem:</para> + <para>Move a program that needs to be on the root filesystem:</para> -<screen><userinput remap="install">mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin -mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen> +<screen><userinput remap="install">mv -v /usr/bin/gzip /bin</userinput></screen> </sect2> |