summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-03-13 18:20:10 +0000
committer Eric Hameleers <alien@slackware.com>2013-03-13 18:20:10 +0000
commit10821de0d8310c99f80f4616f77ff957b4e68e10 (patch)
tree6f98853e27338d205f88925dda6273b4808d57cc /flashplayer-plugin
parent3fe740a9f4ea1bbdb96b063fd3b876344381e08c (diff)
downloadasb-10821de0d8310c99f80f4616f77ff957b4e68e10.tar.gz
asb-10821de0d8310c99f80f4616f77ff957b4e68e10.tar.xz
Update to 11.2.202.275
Diffstat (limited to 'flashplayer-plugin')
-rwxr-xr-xflashplayer-plugin/build/flashplayer-plugin.SlackBuild13
1 files changed, 7 insertions, 6 deletions
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 <alien@slackware.com>
# * Update fixes critical vulnerabilities. See APSB13-08.
+# 11.2.202.275-1:13/mar/2013 by Eric Hameleers <alien@slackware.com>
+# * 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=""