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

Allan McRae allan at archlinux.org
Wed Jun 29 04:16:42 UTC 2011


    Date: Wednesday, June 29, 2011 @ 00:16:41
  Author: allan
Revision: 129833

move make check into check function

Modified:
  flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-29 04:15:48 UTC (rev 129832)
+++ PKGBUILD	2011-06-29 04:16:41 UTC (rev 129833)
@@ -36,6 +36,10 @@
   ./configure --prefix=/usr \
     --mandir=/usr/share/man --infodir=/usr/share/info
   make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
   make check
 }
 




More information about the arch-commits mailing list