]> git.donarmstrong.com Git - debhelper.git/commitdiff
incorporate create_packlist=0 fix from master
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 11 May 2009 18:54:30 +0000 (14:54 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 11 May 2009 18:54:30 +0000 (14:54 -0400)
Debian/Debhelper/Buildsystem/perl_makemaker.pm

index eaaee537d256750adc20afc71fd82a420b210d65..1a01c34ed98e87db9999ba30f192316cb91bb799 100644 (file)
@@ -39,7 +39,8 @@ sub configure {
        # If set to a true value then MakeMaker's prompt function will
        # # always return the default without waiting for user input.
        $ENV{PERL_MM_USE_DEFAULT}=1;
-       doit("perl", "Makefile.PL", "INSTALLDIRS=vendor", @_);
+       doit("perl", "Makefile.PL", "INSTALLDIRS=vendor",
+               "create_packlist=0", @_);
 }
 
 sub install {