XaoS: fix typo. My mistake, sorry...

This commit is contained in:
fbrosson
2018-06-22 07:38:07 +00:00
parent 9ad9dfc483
commit d6d96f825e

View File

@@ -52,7 +52,7 @@ BUILD_REQUIRES="
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
"
if [ "$effectiveTargetArchitecture != x86_gcc2 ]; then
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
BUILD_REQUIRES+="
devel:libgsl$secondaryArchSuffix
"