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

Allan McRae allan at archlinux.org
Fri Feb 17 07:55:55 UTC 2012


    Date: Friday, February 17, 2012 @ 02:55:54
  Author: allan
Revision: 150363

upgpkg: perl-appconfig 1.66-4

signing rebuild

Modified:
  perl-appconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-17 07:51:32 UTC (rev 150362)
+++ PKGBUILD	2012-02-17 07:55:54 UTC (rev 150363)
@@ -5,7 +5,7 @@
 pkgname=perl-appconfig
 _realname=AppConfig
 pkgver=1.66
-pkgrel=3
+pkgrel=4
 pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse command line arguments"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -18,7 +18,11 @@
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor || return 1
-  make  || return 1
-  make install DESTDIR=${pkgdir} || return 1
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}




More information about the arch-commits mailing list