diff options
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 121544cb0..80f51cd18 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -14,7 +14,7 @@ will have Glibc default to using /lib and /usr/lib which is fine).</para> <para><userinput>sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile > tmp~:</userinput> This sed command searches through <filename>malloc/Makefile</filename> and -converts all occurences of <filename>$(PERL)</filename> to +converts all occurrences of <filename>$(PERL)</filename> to <filename>/usr/bin/perl</filename>. The output is then written to the file <filename>tmp~</filename>. This is done because Glibc can't autodetect perl since it hasn't been installed yet.</para> |