From 0bf4f868dea74ffa12cd2dd23ec360e4f29ce551 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 May 2013 18:29:41 -0400 Subject: Revert unsetting INSTALL_BASE. Closes: #708452 Reopens: #705141 --- Debian/Debhelper/Buildsystem/perl_makemaker.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper') diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm index bb0478ae..60cda3d0 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", "INSTALL_BASE=", + $this->doit_in_sourcedir("perl", "Makefile.PL", "INSTALLDIRS=vendor", # 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