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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Apr 4 18:30:38 UTC 2011


    Date: Monday, April 4, 2011 @ 14:30:37
  Author: andyrtr
Revision: 117844

add check function for future builds

Modified:
  tzdata/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-04 18:28:17 UTC (rev 117843)
+++ PKGBUILD	2011-04-04 18:30:37 UTC (rev 117844)
@@ -32,6 +32,11 @@
   make
 }
 
+check () {
+  cd ${srcdir}
+  make check
+}
+
 package() {
   cd ${srcdir}
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list