diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-19 20:07:31 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-19 20:07:31 +0000 |
commit | 97ba3cf3df21203988e5aaf1e0e16d98f01eecdb (patch) | |
tree | 34f07cb01de07dfe386b54b86cb8bef02e9438d7 /chapter05 | |
parent | b95d9eca602644c952b71ffac25a9ae446616468 (diff) |
Removed an unnecessary command from the Chapter 5 Perl instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/perl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 7f60c5985..30f176bef 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -48,10 +48,10 @@ <screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen> - <para>Fix an incompatibility with gcc-&gcc-version;:</para> + <!-- <para>Fix an incompatibility with gcc-&gcc-version;:</para> <screen><userinput remap="pre">mv -v makedepend.SH{,.orig} -sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH</userinput></screen> +sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH</userinput></screen> --> <para>Prepare Perl for compilation (make sure to get the 'Data/Dumper Fcntl IO POSIX' part of the command correct—they are all |