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

Allan McRae allan at archlinux.org
Wed Jun 29 04:31:09 UTC 2011


    Date: Wednesday, June 29, 2011 @ 00:31:09
  Author: allan
Revision: 129854

move make check into check function

Modified:
  ppl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-29 04:30:21 UTC (rev 129853)
+++ PKGBUILD	2011-06-29 04:31:09 UTC (rev 129854)
@@ -18,6 +18,10 @@
   cd $srcdir/ppl-$pkgver
   ./configure --prefix=/usr --enable-interfaces="c,cxx"
   make
+}
+
+check() {
+  cd $srcdir/ppl-$pkgver
   make check
 }
 




More information about the arch-commits mailing list