From afd51e2f73ccc4505251a9f77982c7d237cd7743 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Thu, 10 Mar 2011 03:17:13 +0000 Subject: [PATCH] Correction errur syntaxe bash --- stage2/pkg/gmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/pkg/gmp b/stage2/pkg/gmp index bf79741..e905ae3 100644 --- a/stage2/pkg/gmp +++ b/stage2/pkg/gmp @@ -2,7 +2,7 @@ hvconfig_pre() { - if [ "${HVL_TARGET}" -ne "x86_64" ]; then + if [ "${HVL_TARGET}" != "x86_64" ]; then # It seems ABI is improperly detected for Intel atom... export ABI=32 fi -- 2.20.1