[arch-commits] Commit in perl-http-daemon/trunk (PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Wed Mar 20 16:36:55 UTC 2013
Date: Wednesday, March 20, 2013 @ 17:36:55
Author: eric
Revision: 180342
Remove reference to pkgdir in build function
Modified:
perl-http-daemon/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-20 16:35:57 UTC (rev 180341)
+++ PKGBUILD 2013-03-20 16:36:55 UTC (rev 180342)
@@ -20,8 +20,8 @@
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
- PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+ PERL_MM_OPT="INSTALLDIRS=vendor" \
+ PERL_MB_OPT="--installdirs vendor" \
MODULEBUILDRC=/dev/null
cd "$_distdir"
More information about the arch-commits
mailing list