[arch-commits] Commit in perl-config-simple/trunk (PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Sat Feb 2 13:45:03 UTC 2013


    Date: Saturday, February 2, 2013 @ 14:45:03
  Author: bluewind
Revision: 176911

upgpkg: perl-config-simple 4.59-5

$pkgdir cleanup

Modified:
  perl-config-simple/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 13:44:06 UTC (rev 176910)
+++ PKGBUILD	2013-02-02 13:45:03 UTC (rev 176911)
@@ -2,7 +2,7 @@
 
 pkgname=perl-config-simple
 pkgver=4.59
-pkgrel=4
+pkgrel=5
 pkgdesc="Simple configuration file class to create and read config files"
 arch=(any)
 license=(PerlArtistic GPL)
@@ -16,8 +16,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