diff options
author | Justin Davis <jrcd83@gmail.com> | 2012-05-15 18:35:31 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2012-05-15 18:35:31 +0200 |
commit | f66db949df813f97ccae07c741af40ed7d267e62 (patch) | |
tree | 41ab7bb50fbf93ad883ba711017ca765739bdd6a | |
parent | f91221c06a1ae9b921c42e081369ede18ccdf297 (diff) | |
download | genpkg-f66db949df813f97ccae07c741af40ed7d267e62.tar.gz genpkg-f66db949df813f97ccae07c741af40ed7d267e62.tar.xz |
s/prefix/beg/.
-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 |