summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
authorSimon Rettberg2013-10-14 18:59:19 +0200
committerSimon Rettberg2013-10-14 18:59:19 +0200
commiteb4a83321ccae1b55fe65474b0f1f0f69c06b3a2 (patch)
tree63ff75dc7dbc404923f374133d58888d35ba91e4 /helper
parent[cups] cups module config file for openSuse (diff)
downloadtm-scripts-eb4a83321ccae1b55fe65474b0f1f0f69c06b3a2.tar.gz
tm-scripts-eb4a83321ccae1b55fe65474b0f1f0f69c06b3a2.tar.xz
tm-scripts-eb4a83321ccae1b55fe65474b0f1f0f69c06b3a2.zip
[vmware] Switch from VMware player to workstation, bump version to 10.0 (would be player 6.0)
also rename module from vmplayer to vmware to be more generic in case we switch again
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