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

Allan McRae allan at archlinux.org
Wed Jun 29 04:14:19 UTC 2011


    Date: Wednesday, June 29, 2011 @ 00:14:18
  Author: allan
Revision: 129828

move make check into check function

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-29 04:13:17 UTC (rev 129827)
+++ PKGBUILD	2011-06-29 04:14:18 UTC (rev 129828)
@@ -46,6 +46,10 @@
     --without-bash-malloc --with-installed-readline \
     --bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
   make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-$_basever
   make check
 }
 




More information about the arch-commits mailing list