diff options
author | Justin Davis <jrcd83@gmail.com> | 2012-05-15 18:37:01 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2012-05-15 18:37:01 +0200 |
commit | 7fd10a393b2b47244e202f2c697da659db5bd3f6 (patch) | |
tree | eb7f82addccc0ba02bc6e371bda3a6094c5c2ed4 | |
parent | f66db949df813f97ccae07c741af40ed7d267e62 (diff) | |
download | genpkg-7fd10a393b2b47244e202f2c697da659db5bd3f6.tar.gz genpkg-7fd10a393b2b47244e202f2c697da659db5bd3f6.tar.xz |
s/PERL_MM_DEFAULT/PERL_MM_USE_DEFAULT/.
-rwxr-xr-x | preps/perl.d/perl-pkgbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preps/perl.d/perl-pkgbuild b/preps/perl.d/perl-pkgbuild index cd88b5e..f1e9663 100755 --- a/preps/perl.d/perl-pkgbuild +++ b/preps/perl.d/perl-pkgbuild @@ -97,7 +97,7 @@ ENDTXT # Be a little paranoid, but we don't need PERL_AUTOINSTALL here. # TODO: make this hack prettier if($type eq 'MM'){ - $funcs{'check'}{'beg'} .= functxt(<<'ENDTXT', 'PERL_MM_DEFAULT=1', 'PERL5LIB'); + $funcs{'check'}{'beg'} .= functxt(<<'ENDTXT', 'PERL_MM_USE_DEFAULT=1', 'PERL5LIB'); export %s unset %s ENDTXT |