summaryrefslogtreecommitdiffstats
path: root/development/wxHexEditor/wxHexEditor.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2017-06-23 14:58:28 +0200
committer Willy Sudiarto Raharjo2017-08-12 01:58:11 +0200
commit846e6b35ad5dabc630f485146ffd599689cc8869 (patch)
tree69a72c9e7176620f8458fa617855b1381da8cdfa /development/wxHexEditor/wxHexEditor.SlackBuild
parent69814e683a41e98d815ab045872dfe570e78347e (diff)
downloadslackbuilds-846e6b35ad5dabc630f485146ffd599689cc8869.tar.gz
development/wxHexEditor: Updated for version 20170415_bb951eb.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/wxHexEditor/wxHexEditor.SlackBuild')
-rw-r--r--development/wxHexEditor/wxHexEditor.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild
index 5f8c72c651..0865380b0e 100644
--- a/development/wxHexEditor/wxHexEditor.SlackBuild
+++ b/development/wxHexEditor/wxHexEditor.SlackBuild
@@ -27,7 +27,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wxHexEditor
-VERSION=${VERSION:-0.23}
+VERSION=${VERSION:-20170415_bb951eb}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,9 +63,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM
-tar xvf $CWD/$PRGNAM-v$VERSION-src.tar.bz2
-cd $PRGNAM
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \