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

Jelle van der Waa jelle at archlinux.org
Sun Aug 10 13:14:08 UTC 2014


    Date: Sunday, August 10, 2014 @ 15:14:08
  Author: jelle
Revision: 117095

fix FS#41509, fix make test

Modified:
  cppcheck/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-10 11:09:44 UTC (rev 117094)
+++ PKGBUILD	2014-08-10 13:14:08 UTC (rev 117095)
@@ -27,7 +27,7 @@
 check() {
    cd "${pkgname}-${pkgver}"
 
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=./cfg  HAVE_RULES=yes test
+   LANG='en_US.UTF-8' make CFGDIR=./cfg  HAVE_RULES=yes test
 }
 
 package() {




More information about the arch-commits mailing list