diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-18 12:56:06 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-18 13:23:15 -0600 |
commit | 3ecb0c8c66d60f769c294694439d6f1fc9dc120d (patch) | |
tree | 2d32f23957e140d8940971eb1d4a7baaf91025ba /multimedia/flash-player-plugin | |
parent | 8e436a16267b8a4a3987a7ebb0c8cb3204e6240b (diff) | |
download | slackbuilds-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/flash-player-plugin')
-rw-r--r-- | multimedia/flash-player-plugin/flash-player-plugin.SlackBuild | 3 |
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" |