diff options
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 4804b48ad..0cb8f2b57 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -38,7 +38,7 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem> the location of the binary, the following command ensures that the new location gets placed into the script:</para> -<screen><userinput>sed -i 's%"BINDIR"%/bin%' gzexe.in</userinput></screen> +<screen><userinput>sed -i 's@"BINDIR"@/bin@g' gzexe.in</userinput></screen> <para>Compile the package:</para> |