]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/perl_makemaker.pm
Improve build system auto-selection process
[debhelper.git] / Debian / Debhelper / Buildsystem / perl_makemaker.pm
index e109be5711e4aa96669ddef40bfd5e78a5afacbf..473a3a7e8bf7e2c3747236b10bf91823f7f34bda 100644 (file)
@@ -19,7 +19,7 @@ sub check_auto_buildable {
 
        # Handles everything if Makefile.PL exists. Otherwise - next class.
        if (-e $this->get_sourcepath("Makefile.PL")) {
-               if ($step eq "install" || $step eq "configure") {
+               if ($step eq "configure") {
                        return 1;
                }
                else {