]> git.donarmstrong.com Git - debhelper.git/commitdiff
fix indentation
authorJoey Hess <joey@kitenet.net>
Thu, 29 Sep 2011 19:36:35 +0000 (15:36 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 29 Sep 2011 19:36:35 +0000 (15:36 -0400)
Debian/Debhelper/Buildsystem/perl_makemaker.pm

index 0e9ff4c5bca4796b01ba9290c66c847b542d861e..a9c7fac1ecc3872f303643d88e4de9e7fb13afdf 100644 (file)
@@ -46,9 +46,9 @@ sub configure {
        # This prevents  Module::Install from interactive behavior.
        $ENV{PERL_AUTOINSTALL}="--skipdeps";
 
-        if ($ENV{CFLAGS}) {
-                push @flags, "OPTIMIZE=$ENV{CFLAGS}";
-        }
+       if ($ENV{CFLAGS}) {
+               push @flags, "OPTIMIZE=$ENV{CFLAGS}";
+       }
 
        $this->doit_in_sourcedir("perl", "Makefile.PL", "INSTALLDIRS=vendor",
                # if perl_build is not tested first, need to pass packlist