summaryrefslogtreecommitdiffstats
path: root/preps/perl.d/perl-pkgbuild
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-05-15 17:36:36 +0200
committerJustin Davis <jrcd83@gmail.com>2012-05-15 17:36:36 +0200
commit12201984d2008aebe75daa16a89edccb580ba2a4 (patch)
treedb805632f1a2e367aaff6ee83f1f6de20dcdaa70 /preps/perl.d/perl-pkgbuild
parent2e80eb2b8e6de3382ce2203326f70dcc6169a0db (diff)
downloadgenpkg-12201984d2008aebe75daa16a89edccb580ba2a4.tar.gz
genpkg-12201984d2008aebe75daa16a89edccb580ba2a4.tar.xz
Rename $_distdir to _$dir in PKGBUILD.
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 80a92e4..539a200 100755
--- a/preps/perl.d/perl-pkgbuild
+++ b/preps/perl.d/perl-pkgbuild
@@ -31,7 +31,7 @@ sub startfunc
return <<"ENDTXT";
${name}()
(
- cd "\$_distdir"
+ cd "\$_dir"
ENDTXT
}