From 89c2e3111c13cd85942dd1063ae5a3ab365278e2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 5 May 2013 11:35:15 -0400 Subject: perl_makemaker: Unset INSTALL_BASE in case the user has it set. Closes: #705141 --- Debian/Debhelper/Buildsystem/perl_makemaker.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper/Buildsystem') diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm index 60cda3d0..bb0478ae 100644 --- a/Debian/Debhelper/Buildsystem/perl_makemaker.pm +++ b/Debian/Debhelper/Buildsystem/perl_makemaker.pm @@ -54,7 +54,7 @@ sub configure { push @flags, "LD=$Config{ld} $ENV{CFLAGS} $ENV{LDFLAGS}"; } - $this->doit_in_sourcedir("perl", "Makefile.PL", "INSTALLDIRS=vendor", + $this->doit_in_sourcedir("perl", "Makefile.PL", "INSTALLDIRS=vendor", "INSTALL_BASE=", # if perl_build is not tested first, need to pass packlist # option to handle fallthrough case (compat(7) ? "create_packlist=0" : ()), -- cgit v1.2.3