|
@@ -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>
|
|
|
|