From 10821de0d8310c99f80f4616f77ff957b4e68e10 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 13 Mar 2013 18:20:10 +0000 Subject: Update to 11.2.202.275 --- flashplayer-plugin/build/flashplayer-plugin.SlackBuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'flashplayer-plugin') diff --git a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild index 9b17792d..ef1a40a1 100755 --- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild +++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild @@ -84,6 +84,8 @@ # * Update fixes critical vulnerabilities. See APSB13-04. # 11.2.202.273-1:01/mar/2013 by Eric Hameleers # * Update fixes critical vulnerabilities. See APSB13-08. +# 11.2.202.275-1:13/mar/2013 by Eric Hameleers +# * Update fixes critical vulnerabilities. See APSB13-09. # # Run 'sh flashplayer-plugin.SlackBuild' to build a Slackware package. # The package (.txz) and .txt file as well as build logs are created in /tmp . @@ -94,7 +96,7 @@ # Set initial variables: PRGNAM=flashplayer-plugin -VERSION=${VERSION:-"11.2.202.273"} +VERSION=${VERSION:-"11.2.202.275"} MAJVER=$(echo $VERSION | cut -d. -f1) BUILD=${BUILD:-1} TAG=${TAG:-"alien"} @@ -107,14 +109,13 @@ TMP=${TMP:-/tmp/build} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ -z "$ARCH" ]; then - export ARCH=$( uname -m ) -fi - -case "$ARCH" in +# Automatically determine the architecture we're building on: +MARCH=${ARCH:-$( uname -m )} +case "$MARCH" in x86_64) LIBDIRSUFFIX="64" ARCHBITS="64" + export ARCH=x86_64 ;; i?86) LIBDIRSUFFIX="" -- cgit v1.2.3-65-gdbad