summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/skype/skype.SlackBuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/skype/skype.SlackBuild b/network/skype/skype.SlackBuild
index 289b65f125..551de3b4d6 100644
--- a/network/skype/skype.SlackBuild
+++ b/network/skype/skype.SlackBuild
@@ -41,6 +41,13 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
+# Keep going on 64bit since user might have/want 32bit compatibility...
+if [ "$ARCH" == "x86_64" ]; then
+ printf "$ARCH is not supported - you will need 32bit compatibility...\n"
+ ARCH=i486
+fi
+
+# Afaik everything else is still not supported.
if [ "$ARCH" != "i486" ]; then
printf "$ARCH is not supported...\n"
exit 1