From 42cf3b35c4fb85e02ef9c4e3a77e39ad23c09c1d Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 8 Mar 2016 20:10:50 +0100 Subject: [PATCH] cln: use [ instead of [[. --- srcpkgs/cln/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cln/template b/srcpkgs/cln/template index d85cdcc3fd7..20d7f2b6f96 100644 --- a/srcpkgs/cln/template +++ b/srcpkgs/cln/template @@ -11,7 +11,7 @@ short_desc="A library for efficient computations with all kinds of numbers in ar distfiles="http://www.ginac.de/CLN/${pkgname}-${version}.tar.bz2" checksum=2d99d7c433fb60db1e28299298a98354339bdc120d31bb9a862cafc5210ab748 -if [[ "$XBPS_TARGET_MACHINE" == arm* ]]; then +if [ "$XBPS_TARGET_MACHINE" = arm* ]; then CPPFLAGS+=" -DNO_ASM" fi