diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-05-04 17:05:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-11 07:20:52 +0700 |
commit | 0901d703ff1251a7844d36b4fd88105b2b918b11 (patch) | |
tree | 532f2c4f181b8b2d982fae308a1a5d66ea5302ea /network/otter/otter.SlackBuild | |
parent | 87a37f964f4d265bc169e39e38fbf278f599b2af (diff) |
network/otter: Updated for version 1.0.01.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/otter/otter.SlackBuild')
-rw-r--r-- | network/otter/otter.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/otter/otter.SlackBuild b/network/otter/otter.SlackBuild index 45fa8bd29d14e..321d9c10d7408 100644 --- a/network/otter/otter.SlackBuild +++ b/network/otter/otter.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for otter -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=otter-browser PRGNAM=$(echo $SRCNAM | cut -c1-5) -VERSION=${VERSION:-0.9.12} +VERSION=${VERSION:-1.0.01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |