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

Kevin Piché kevin at archlinux.org
Sun Oct 17 02:50:40 UTC 2010


    Date: Saturday, October 16, 2010 @ 22:50:40
  Author: kevin
Revision: 95207

Removed "return 1"

Modified:
  perl-yaml-syck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-17 02:44:38 UTC (rev 95206)
+++ PKGBUILD	2010-10-17 02:50:40 UTC (rev 95207)
@@ -19,9 +19,9 @@
   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
+  make install DESTDIR=${pkgdir}
 
   # remove perllocal.pod and .packlist
   find ${pkgdir} -name perllocal.pod -delete




More information about the arch-commits mailing list