diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:34:44 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:34:44 +0200 |
commit | 097ab1f63ba7c65f7a842f775bf785ae73e8fcb1 (patch) | |
tree | d8146cd6fef5c75cea1b21d957405b4fbd49fa44 /multimedia/flash-player-standalone/flash-player-standalone.SlackBuild | |
parent | 9a8372564bddcdd838384cbdeb85653a1d5bae4b (diff) | |
download | slackbuilds-097ab1f63ba7c65f7a842f775bf785ae73e8fcb1.tar.gz |
multimedia/flash-player-standalone: Updated for version 10.0.42.34
Diffstat (limited to 'multimedia/flash-player-standalone/flash-player-standalone.SlackBuild')
-rw-r--r-- | multimedia/flash-player-standalone/flash-player-standalone.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild b/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild index ab50da6731..5159f0a71f 100644 --- a/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild +++ b/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for flash-player-standalone -# Copyright 2007-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2007-2009 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=flash-player-standalone -VERSION=10.0.22.87 +VERSION=10.0.42.34 ARCH=i386 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,4 +72,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |