summaryrefslogtreecommitdiffstats
path: root/preps/perl.d/perl-pkgbuild
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-05-15 18:35:31 +0200
committerJustin Davis <jrcd83@gmail.com>2012-05-15 18:35:31 +0200
commitf66db949df813f97ccae07c741af40ed7d267e62 (patch)
tree41ab7bb50fbf93ad883ba711017ca765739bdd6a /preps/perl.d/perl-pkgbuild
parentf91221c06a1ae9b921c42e081369ede18ccdf297 (diff)
downloadgenpkg-f66db949df813f97ccae07c741af40ed7d267e62.tar.gz
genpkg-f66db949df813f97ccae07c741af40ed7d267e62.tar.xz
s/prefix/beg/.
Diffstat (limited to 'preps/perl.d/perl-pkgbuild')
-rwxr-xr-xpreps/perl.d/perl-pkgbuild2
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