mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
perl statements don't work for bash
This commit is contained in:
parent
6e010cbff4
commit
9046bd4665
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ build() {
|
|||
|
||||
if [ "$CARCH" == "x86_64" ]; then
|
||||
SIMDOPT="--disable-simd"
|
||||
elsif [ "$CARCH" == "i686" ]; then
|
||||
elif [ "$CARCH" == "i686" ]; then
|
||||
SIMDOPT="--enable-simd"
|
||||
else
|
||||
SIMDOPT="--disable-simd"
|
||||
|
|
Loading…
Reference in a new issue