Date: Friday, March 29, 2019 @ 12:10:05
  Author: archange
Revision: 445994

Fix enabling/disabling tests (thanks to diabonas)

Modified:
  tpm2-abrmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-29 12:09:24 UTC (rev 445993)
+++ PKGBUILD    2019-03-29 12:10:05 UTC (rev 445994)
@@ -19,7 +19,7 @@
         --prefix=/usr \
         --sbindir=/usr/bin \
         --with-dbuspolicydir=/usr/share/dbus-1/system.d \
-        $(check_option check y && echo --enable-unit --enable-integration)
+        $( ((CHECKFUNC)) && echo --enable-unit --enable-integration)
     make
 }
 

Reply via email to