diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-29 15:36:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-29 15:36:35 -0400 |
commit | 6bc4bc8e51934a6dad35e12dbf41b3107d22a252 (patch) | |
tree | dcc3e661d7802d90b2e87c3e3271b2c757302f35 /Debian/Debhelper/Buildsystem | |
parent | a2e55ee97f603dac1fe08bdc3cf50bc875c2dfd7 (diff) |
fix indentation
Diffstat (limited to 'Debian/Debhelper/Buildsystem')
-rw-r--r-- | Debian/Debhelper/Buildsystem/perl_makemaker.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm index 0e9ff4c..a9c7fac 100644 --- a/Debian/Debhelper/Buildsystem/perl_makemaker.pm +++ b/Debian/Debhelper/Buildsystem/perl_makemaker.pm @@ -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 |