liquidwar: use = inside [ ].

This commit is contained in:
Christian Neukirchen 2016-03-08 20:09:12 +01:00
parent 0e8b4e4519
commit 71909cd309

View file

@ -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
}