From 3a0da91477cfafdbeb2286874eb78a782cebfcc8 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Wed, 21 Aug 2013 15:35:50 +0200 Subject: [system.inc] Two new variables for system description / information: AMD64_I386 (can contain amd64 or i386), X86_64_I586 (x86_64 or i586). These will be serving download url construction, mostly. --- helper/system.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helper/system.inc b/helper/system.inc index 0796c974..5697de2a 100644 --- a/helper/system.inc +++ b/helper/system.inc @@ -22,7 +22,11 @@ export MAKEFLAGS="-j$CPU_CORES" # Determine if we have lib64 if [ "$(uname -m)x" = "x86_64x" ]; then LIB64="lib64" + AMD64_I386=amd64 + X86_64_I586=x86_64 else LIB64="lib" + AMD64_I386=i386 + X86_64_I586=i586 fi -- cgit v1.2.3-55-g7522