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

Allan McRae allan at archlinux.org
Wed Jun 29 04:23:15 UTC 2011


    Date: Wednesday, June 29, 2011 @ 00:23:14
  Author: allan
Revision: 129838

move make check into check function

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-29 04:18:00 UTC (rev 129837)
+++ PKGBUILD	2011-06-29 04:23:14 UTC (rev 129838)
@@ -25,6 +25,10 @@
   
   ./configure --prefix=/usr
   make
+}
+
+check() {
+  cd "${srcdir}/mpc-${pkgver}"
   make check
 }
 




More information about the arch-commits mailing list