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

Allan McRae allan at archlinux.org
Wed Jun 29 04:33:11 UTC 2011


    Date: Wednesday, June 29, 2011 @ 00:33:10
  Author: allan
Revision: 129859

move make check into check function

Modified:
  tar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-29 04:32:30 UTC (rev 129858)
+++ PKGBUILD	2011-06-29 04:33:10 UTC (rev 129859)
@@ -23,6 +23,10 @@
 
   ./configure --prefix=/usr --libexecdir=/usr/lib/tar --bindir=/bin
   make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
   make check
 }
   




More information about the arch-commits mailing list