summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/perl/perl-5.8.5-r5.ebuild')
-rw-r--r--dev-lang/perl/perl-5.8.5-r5.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/perl/perl-5.8.5-r5.ebuild b/dev-lang/perl/perl-5.8.5-r5.ebuild
index 1627c539159f..370d12b30ffd 100644
--- a/dev-lang/perl/perl-5.8.5-r5.ebuild
+++ b/dev-lang/perl/perl-5.8.5-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.5-r5.ebuild,v 1.1 2005/03/11 15:10:30 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.5-r5.ebuild,v 1.2 2005/03/11 21:43:44 mcummings Exp $
inherit eutils flag-o-matic gcc
@@ -122,8 +122,6 @@ src_unpack() {
# An additional tempfile patch, bug 75696
#epatch ${FILESDIR}/file_path_rmtree.patch
- # Superceded by the following CAN patch in bug 79685
- epatch ${FILESDIR}/CAN-2005-0448-rmtree.patch
# Bug 80460, perlsuid vulnerability
if use perlsuid
@@ -339,6 +337,9 @@ EOF
--htmldir="${D}/usr/share/doc/${PF}/html" \
--libpods='perlfunc:perlguts:perlvar:perlrun:perlop'
fi
+ cd `find ${D} -name Path.pm|sed -e 's/Path.pm//'`
+ # CAN patch in bug 79685
+ epatch ${FILESDIR}/CAN-2005-0448-rmtree.patch
}
pkg_postinst() {