[arch-commits] Commit in perl-io-bufferedselect/trunk (PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Sat Feb 2 14:24:41 UTC 2013


    Date: Saturday, February 2, 2013 @ 15:24:41
  Author: bluewind
Revision: 83535

upgpkg: perl-io-bufferedselect 1.0.0-3

$pkgdir cleanup

Modified:
  perl-io-bufferedselect/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 14:24:39 UTC (rev 83534)
+++ PKGBUILD	2013-02-02 14:24:41 UTC (rev 83535)
@@ -3,7 +3,7 @@
 
 pkgname='perl-io-bufferedselect'
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Line-buffered select interface"
 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