summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-16 11:05:56 +0200
committerTorsten Veller <tove@gentoo.org>2010-06-16 11:05:56 +0200
commitd559c3b4319bc5f5082dcc36556d29e1e6aee0b6 (patch)
treedaba779597da7cd16b6ba19b290870f3953dddab
parentdev-perl/Syntax-Highlight-Engine-Kate: s/DEPENDS/DEPEND/ (diff)
downloadperl-overlay-d559c3b4319bc5f5082dcc36556d29e1e6aee0b6.tar.gz
perl-overlay-d559c3b4319bc5f5082dcc36556d29e1e6aee0b6.tar.bz2
perl-overlay-d559c3b4319bc5f5082dcc36556d29e1e6aee0b6.zip
eclass/perl-module.eclass: Sync
-rw-r--r--eclass/perl-module.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 29cb5a901..7a78c4a71 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.121 2010/01/13 15:15:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.125 2010/06/16 08:54:46 tove Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
@@ -310,10 +310,10 @@ perl_delete_module_manpages() {
perl_delete_packlist() {
debug-print-function $FUNCNAME "$@"
perl_set_version
- if [[ -d ${D}/${VENDOR_LIB} ]] ; then
- find "${D}/${VENDOR_LIB}" -type f -a \( -name .packlist \
+ if [[ -d ${D}/${VENDOR_ARCH} ]] ; then
+ find "${D}/${VENDOR_ARCH}" -type f -a \( -name .packlist \
-o \( -name '*.bs' -a -empty \) \) -delete
- find "${D}/${VENDOR_LIB}" -depth -mindepth 1 -type d -empty -delete
+ find "${D}" -depth -mindepth 1 -type d -empty -delete
fi
}