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

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


    Date: Wednesday, June 29, 2011 @ 00:12:24
  Author: allan
Revision: 129825

move make check into check function

Modified:
  autoconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-29 03:57:59 UTC (rev 129824)
+++ PKGBUILD	2011-06-29 04:12:24 UTC (rev 129825)
@@ -21,6 +21,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make check
 }
 




More information about the arch-commits mailing list