|
@@ -32,8 +32,7 @@ GCC, Glibc, Grep, Make, Sed.</para>
|
|
the location of the binary, the following command ensures that the new
|
|
the location of the binary, the following command ensures that the new
|
|
location gets placed into the script:</para>
|
|
location gets placed into the script:</para>
|
|
|
|
|
|
-<screen><userinput>cp gzexe.in{,.backup}
|
|
|
|
-sed 's%"BINDIR"%/bin%' gzexe.in.backup > gzexe.in</userinput></screen>
|
|
|
|
|
|
+<screen><userinput>sed -i 's%"BINDIR"%/bin%' gzexe.in</userinput></screen>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|
|
|
|
|