summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
authorChristian Rößler2013-10-14 19:09:51 +0200
committerChristian Rößler2013-10-14 19:09:51 +0200
commita84f0a7517b45265d3ae146eec5628cae43e9b24 (patch)
treee5ae9d564a20f7a317cccddb8c601f1cffb7bd8a /helper
parent[samba] Some openSuse support: conf file and build file extension (diff)
parent[vmware] Switch from VMware player to workstation, bump version to 10.0 (woul... (diff)
downloadtm-scripts-a84f0a7517b45265d3ae146eec5628cae43e9b24.tar.gz
tm-scripts-a84f0a7517b45265d3ae146eec5628cae43e9b24.tar.xz
tm-scripts-a84f0a7517b45265d3ae146eec5628cae43e9b24.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'helper')
-rw-r--r--helper/system.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/system.inc b/helper/system.inc
index defa5c98..806799ad 100644
--- a/helper/system.inc
+++ b/helper/system.inc
@@ -31,10 +31,12 @@ if [ "$(uname -m)x" = "x86_64x" ]; then
AMD64_I386=amd64
X86_64_I586=x86_64
AMD64_X86=amd64
+ ARCHREGEX="(amd64|x86[_-]64)"
else
LIB64="lib"
AMD64_I386=i386
X86_64_I586=i586
AMD64_X86=x86
+ ARCHREGEX="(i[3456]86|x86[_-]32)"
fi