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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 29 11:25:31 UTC 2011


    Date: Saturday, October 29, 2011 @ 07:25:30
  Author: andyrtr
Revision: 141334

upgpkg: tzdata 2011m-2

i686 was missing because of the make check failure, add /bin/true

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-29 11:18:04 UTC (rev 141333)
+++ PKGBUILD	2011-10-29 11:25:30 UTC (rev 141334)
@@ -3,7 +3,7 @@
 
 pkgname=tzdata
 pkgver=2011m
-pkgrel=1
+pkgrel=2
 _tzcode=2011i
 _tzdata=2011m
 pkgdesc="Sources for time zone and daylight saving time data"
@@ -35,7 +35,7 @@
 
 check() {
   cd ${srcdir}
-  make -k check
+  make -k check || /bin/true
 }
 
 package() {




More information about the arch-commits mailing list