|
@@ -17,10 +17,10 @@ Estimated required disk space: &gzip-compsize;</screen>
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
|
|
|
|
|
-<para>The <userinput>gzexe</userinput> program has the location of the
|
|
|
+<para>The <userinput>gzexe</userinput> script has the location of the
|
|
|
<userinput>gzip</userinput> binary hard-wired into it. Because we later change
|
|
|
-the location of this latter binary, the following command assures that the new
|
|
|
-location gets placed into the binary:</para>
|
|
|
+the location of the binary, the following command assures that the new
|
|
|
+location gets placed into the script:</para>
|
|
|
|
|
|
<screen><userinput>cp gzexe.in{,.backup}
|
|
|
sed 's%"BINDIR"%/bin%' gzexe.in.backup > gzexe.in</userinput></screen>
|