summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Robby Workman2010-12-18 19:56:06 +0100
committer Robby Workman2010-12-18 20:23:15 +0100
commit3ecb0c8c66d60f769c294694439d6f1fc9dc120d (patch)
tree2d32f23957e140d8940971eb1d4a7baaf91025ba /multimedia
parent8e436a16267b8a4a3987a7ebb0c8cb3204e6240b (diff)
downloadslackbuilds-3ecb0c8c66d60f769c294694439d6f1fc9dc120d.tar.gz
multimedia/flash-player-plugin: Fixed i486 versioning issue
Thanks to Brad Ely for the heads-up on this (which, for the record, should have been caught in my pre-submit testing). Sorry for a less than stellar fix, but I don't see a great way to handle this without doing two separate scripts, and I'm not going to do that, soo... :-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/flash-player-plugin/flash-player-plugin.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/flash-player-plugin/flash-player-plugin.SlackBuild b/multimedia/flash-player-plugin/flash-player-plugin.SlackBuild
index 3486e27ad1..d46d1a210c 100644
--- a/multimedia/flash-player-plugin/flash-player-plugin.SlackBuild
+++ b/multimedia/flash-player-plugin/flash-player-plugin.SlackBuild
@@ -22,7 +22,7 @@
PRGNAM=flash-player-plugin
VERSION=10.3_d162
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRC_VERSION=111710
@@ -40,6 +40,7 @@ if [ "$ARCH" = "x86_64" ]; then
elif [ "$ARCH" = "i386" ]; then
LIBDIRSUFFIX=""
SRC_ARCH=32bit
+ VERSION=10.2_d151
PLEV=p2
else
printf "\n\n$ARCH is unsupported...\n"