diff options
author | Christian Rößler | 2013-08-28 15:33:43 +0200 |
---|---|---|
committer | Christian Rößler | 2013-08-28 15:33:43 +0200 |
commit | 2beb86370a3255c5e49d42216692d4124e937c11 (patch) | |
tree | 2a77ea5bce6575bfa379f9b9183afea71f21fc78 /helper | |
parent | [vbox] vbox build script - compiles kernel modules, unpacks rpm, (diff) | |
download | tm-scripts-2beb86370a3255c5e49d42216692d4124e937c11.tar.gz tm-scripts-2beb86370a3255c5e49d42216692d4124e937c11.tar.xz tm-scripts-2beb86370a3255c5e49d42216692d4124e937c11.zip |
[system.inc] New variable AMD64_X86
Diffstat (limited to 'helper')
-rw-r--r-- | helper/system.inc | 2 |
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 |