[arch-commits] Commit in perl-lwp-protocol-https/trunk (PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Wed Mar 20 16:50:05 UTC 2013
Date: Wednesday, March 20, 2013 @ 17:50:04
Author: eric
Revision: 180354
Remove reference to pkgdir in build function
Modified:
perl-lwp-protocol-https/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-20 16:49:09 UTC (rev 180353)
+++ PKGBUILD 2013-03-20 16:50:04 UTC (rev 180354)
@@ -20,8 +20,8 @@
(
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"
@@ -39,7 +39,6 @@
package() {
cd "$_distdir"
make DESTDIR="$pkgdir" install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}
# Local Variables:
More information about the arch-commits
mailing list