From 66cf331461c05e5eeb6a7f4f5197a5914417caa5 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Sat, 14 May 2005 14:06:39 +0000 Subject: added perl Build build line to make block - should capture those module-builds that use the build invocation for a make --- eclass/perl-module.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index c5c604096d37..bcc44cf895b4 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.68 2005/04/29 00:54:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.69 2005/05/14 14:06:39 mcummings Exp $ # # Author: Seemant Kulleen # Maintained by the Perl herd @@ -105,6 +105,8 @@ perl-module_src_compile() { [ "${SRC_PREP}" != "yes" ] && perl-module_src_prep if [ -z ${BUILDER_VER} ]; then make ${mymake} || die "compilation failed" + else + perl ${S}/Build build fi } -- cgit v1.2.3-65-gdbad