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

Allan McRae allan at archlinux.org
Wed Jun 29 04:25:22 UTC 2011


    Date: Wednesday, June 29, 2011 @ 00:25:22
  Author: allan
Revision: 129843

move make check into check function

Modified:
  m4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-29 04:24:40 UTC (rev 129842)
+++ PKGBUILD	2011-06-29 04:25:22 UTC (rev 129843)
@@ -19,6 +19,10 @@
   cd ${srcdir}/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
   make check
 }
 




More information about the arch-commits mailing list