From 3ecb0c8c66d60f769c294694439d6f1fc9dc120d Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 18 Dec 2010 12:56:06 -0600 Subject: 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 --- multimedia/flash-player-plugin/flash-player-plugin.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'multimedia') 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" -- cgit v1.2.3