summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helper/system.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/system.inc b/helper/system.inc
index 5697de2a..7a9f8954 100644
--- a/helper/system.inc
+++ b/helper/system.inc
@@ -24,9 +24,11 @@ if [ "$(uname -m)x" = "x86_64x" ]; then
LIB64="lib64"
AMD64_I386=amd64
X86_64_I586=x86_64
+ AMD64_X86=amd64
else
LIB64="lib"
AMD64_I386=i386
X86_64_I586=i586
+ AMD64_X86=x86
fi