diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-06 00:43:46 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-06 00:43:46 +0000 |
commit | 917e8427d68519695cee64dee89ac03c8a3b426c (patch) | |
tree | 91a31ffc68a3a3b0bcd591a431a87fc3d42c15f8 /chapter05/perl-inst.xml | |
parent | 8eaa589dca6ba3a514e115a035099dac9e63ef99 (diff) |
updated Perl patch for the new /tools dir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl-inst.xml')
-rw-r--r-- | chapter05/perl-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/perl-inst.xml b/chapter05/perl-inst.xml index e093cb96c..498ad5f69 100644 --- a/chapter05/perl-inst.xml +++ b/chapter05/perl-inst.xml @@ -4,7 +4,7 @@ <para>First adapt some hard-wired paths to the C library:</para> -<para><screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc.patch</userinput></screen></para> +<para><screen><userinput>patch -Np1 -i ../perl-&perl-libc-patch-version;.patch</userinput></screen></para> <para>And make sure some static extensions get built:</para> |