diff options
author | Phillip Smith | 2017-02-02 10:00:42 +1100 |
---|---|---|
committer | Phillip Smith | 2017-02-02 10:00:42 +1100 |
commit | 413fc98e157008e37c68db5fa4ea75468e86a07c (patch) | |
tree | 82033944e0201e75f82d01d408b1e2a3359b90a3 /PKGBUILD | |
parent | 0056b7a97db0ee83bfbfe814e9bb79b02b1ef352 (diff) | |
download | aur-perl-proc-queue.tar.gz |
upgpkg: perl-proc-queue 1.23-1
upstream release
perl-proc-queue; fix perl build options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,8 @@ md5sums=('57a153870f697b2dbf261bdfe09d61a0') build() { cd "${srcdir}"/Proc-Queue-${pkgver} + unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps perl Makefile.PL INSTALLDIRS=vendor @@ -34,6 +36,7 @@ build() { package() { cd "${srcdir}"/Proc-Queue-${pkgver} + unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT make DESTDIR="${pkgdir}" install |