From 71909cd309a3edff033b5d7b5dbe29b33494fc30 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 8 Mar 2016 20:09:12 +0100 Subject: [PATCH] liquidwar: use = inside [ ]. --- srcpkgs/liquidwar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liquidwar/template b/srcpkgs/liquidwar/template index cce6fec9c4b..967521f6c89 100644 --- a/srcpkgs/liquidwar/template +++ b/srcpkgs/liquidwar/template @@ -17,7 +17,7 @@ checksum=32c52e4588e8e723f907ef43703b4ddf009e8ff1f29555c09bcc1f70bf5b93a3 pre_configure() { # The assembly only exists for 32 bit platforms - if [ "$XBPS_TARGET_MACHINE" == "x86_64" ]; then + if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then configure_args+=" --disable-asm" fi }