summaryrefslogtreecommitdiff
path: root/desktop/superkey-launch/superkey-launch.SlackBuild
diff options
context:
space:
mode:
authorRyan P.C. McQuen <ryanpcmcquen@gmail.com>2014-02-04 17:24:43 +0700
committerErik Hanson <erik@slackbuilds.org>2014-02-08 11:10:09 -0600
commit9715fcb1c204e4c5c9d2b016fb57b15db8468a5a (patch)
tree79e10642747861069444366ad42c1cf30e2ed1f2 /desktop/superkey-launch/superkey-launch.SlackBuild
parent1719dd5325d275f54f44805bc6d4c8da23222c04 (diff)
downloadslackbuilds-9715fcb1c204e4c5c9d2b016fb57b15db8468a5a.tar.gz
desktop/superkey-launch: Updated for version 0.31.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/superkey-launch/superkey-launch.SlackBuild')
-rw-r--r--desktop/superkey-launch/superkey-launch.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/superkey-launch/superkey-launch.SlackBuild b/desktop/superkey-launch/superkey-launch.SlackBuild
index f12c83e9d6..e170a89e96 100644
--- a/desktop/superkey-launch/superkey-launch.SlackBuild
+++ b/desktop/superkey-launch/superkey-launch.SlackBuild
@@ -29,7 +29,7 @@
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=superkey-launch
-VERSION=${VERSION:-0.3}
+VERSION=${VERSION:-0.31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,8 +66,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+cd $PRGNAM-$VERSION
make \
OPTS="$SLKCFLAGS" \