diff --git a/srcpkgs/liquidwar/template b/srcpkgs/liquidwar/template index cce6fec9c4..967521f6c8 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 }