mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
liquidwar: use = inside [ ].
This commit is contained in:
parent
0e8b4e4519
commit
71909cd309
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ checksum=32c52e4588e8e723f907ef43703b4ddf009e8ff1f29555c09bcc1f70bf5b93a3
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# The assembly only exists for 32 bit platforms
|
# 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"
|
configure_args+=" --disable-asm"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue