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

Allan McRae allan at archlinux.org
Wed Jun 29 04:28:30 UTC 2011


    Date: Wednesday, June 29, 2011 @ 00:28:30
  Author: allan
Revision: 129849

move make check into check function

Modified:
  make/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-29 04:27:16 UTC (rev 129848)
+++ PKGBUILD	2011-06-29 04:28:30 UTC (rev 129849)
@@ -36,6 +36,10 @@
   
   ./configure --prefix=/usr
   make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make check
 }
 




More information about the arch-commits mailing list