diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-06-23 14:58:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:58:11 +0700 |
commit | 846e6b35ad5dabc630f485146ffd599689cc8869 (patch) | |
tree | 69a72c9e7176620f8458fa617855b1381da8cdfa /development/wxHexEditor/wxHexEditor.SlackBuild | |
parent | 69814e683a41e98d815ab045872dfe570e78347e (diff) | |
download | slackbuilds-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.SlackBuild | 8 |
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 \ |