From d6d96f825ed0c7aab026d8836e07a0b29ae73517 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 22 Jun 2018 07:38:07 +0000 Subject: [PATCH] XaoS: fix typo. My mistake, sorry... --- haiku-apps/xaos/xaos-3.4.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/xaos/xaos-3.4.recipe b/haiku-apps/xaos/xaos-3.4.recipe index 6ad584579..13b48cabc 100644 --- a/haiku-apps/xaos/xaos-3.4.recipe +++ b/haiku-apps/xaos/xaos-3.4.recipe @@ -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 "