diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-02-26 02:43:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-02-26 02:43:45 +0000 |
commit | 7163b1dde908743a3aa2c26cc43fcc07792534ab (patch) | |
tree | 2d7655693f6a53d496afac335b7b455479b11dfe /eclass/perl-module.eclass | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-7163b1dde908743a3aa2c26cc43fcc07792534ab.tar.gz gentoo-2-7163b1dde908743a3aa2c26cc43fcc07792534ab.tar.bz2 gentoo-2-7163b1dde908743a3aa2c26cc43fcc07792534ab.zip |
fix bug #42944
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r-- | eclass/perl-module.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 155907694177..6f04c8495fbe 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.55 2003/12/22 20:40:05 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.56 2004/02/26 02:43:45 robbat2 Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -27,7 +27,6 @@ POD_DIR="" MMSIXELEVEN=`perl -e 'use ExtUtils::MakeMaker; print( $ExtUtils::MakeMaker::VERSION ge "6.11" )'` perl-module_src_prep() { - SRC_PREP="yes" if [ "${style}" == "builder" ]; then perl ${S}/Build.PL installdirs=vendor destdir=${D} |