diff options
-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 87f28b6..cd88b5e 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'}{'prefix'} .= functxt(<<'ENDTXT', 'PERL_MM_DEFAULT=1', 'PERL5LIB'); + $funcs{'check'}{'beg'} .= functxt(<<'ENDTXT', 'PERL_MM_DEFAULT=1', 'PERL5LIB'); export %s unset %s ENDTXT |