diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-06-27 02:56:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-28 01:56:54 +0700 |
commit | 0710706800be2cab7f0120d141399994e6629bf1 (patch) | |
tree | 3e9cca7daff05513403ac4b39d8dd794eda11426 /desktop/velox/velox.SlackBuild | |
parent | 936d1c5a706cc37c5655976e91f90dcdbfd9a727 (diff) | |
download | slackbuilds-0710706800be2cab7f0120d141399994e6629bf1.tar.gz |
desktop/velox: Update HOMEPAGE and DOWNLOAD source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/velox/velox.SlackBuild')
-rw-r--r-- | desktop/velox/velox.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/velox/velox.SlackBuild b/desktop/velox/velox.SlackBuild index d80694ea99..9e4a69735e 100644 --- a/desktop/velox/velox.SlackBuild +++ b/desktop/velox/velox.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for velox. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM="velox" VERSION=${VERSION:-0.0.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |