[arch-commits] Commit in perl-file-next/trunk (PKGBUILD)
Florian Pritz
bluewind at nymeria.archlinux.org
Sat Feb 2 13:49:37 UTC 2013
Date: Saturday, February 2, 2013 @ 14:49:37
Author: bluewind
Revision: 83530
upgpkg: perl-file-next 1.10-2
$pkgdir cleanup
Modified:
perl-file-next/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-02 13:38:09 UTC (rev 83529)
+++ PKGBUILD 2013-02-02 13:49:37 UTC (rev 83530)
@@ -3,7 +3,7 @@
pkgname='perl-file-next'
pkgver=1.10
-pkgrel=1
+pkgrel=2
pkgdesc="File-finding iterator"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -19,8 +19,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"
@@ -38,7 +38,7 @@
package() {
cd "$_distdir"
- make install
+ make DESTDIR="$pkgdir" install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}
More information about the arch-commits
mailing list