summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/wine-staging.SlackBuild
diff options
context:
space:
mode:
author Gethyn ThomasQuail2016-01-08 18:01:40 +0100
committer Willy Sudiarto Raharjo2016-01-09 01:12:22 +0100
commit8bcdfda69a0cc9f985fa7b9218e87dc9b48e612f (patch)
tree894eb91fd439af4a30da3e10152580b5264da120 /system/wine-staging/wine-staging.SlackBuild
parent70a52400197e75a7250bc3f5937f88bec68e35f8 (diff)
downloadslackbuilds-8bcdfda69a0cc9f985fa7b9218e87dc9b48e612f.tar.gz
system/wine-staging: Updated for version 1.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/wine-staging.SlackBuild')
-rw-r--r--system/wine-staging/wine-staging.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index 585049961c..32dd54c7f5 100644
--- a/system/wine-staging/wine-staging.SlackBuild
+++ b/system/wine-staging/wine-staging.SlackBuild
@@ -27,7 +27,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine-staging
-VERSION=${VERSION:-1.8}
+VERSION=${VERSION:-1.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -79,7 +79,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
rm -rf wine-$VERSION
tar xvf $CWD/wine-$VERSION.tar.bz2
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
# Apply Staging patches
cd wine-staging-$VERSION/patches