diff options
Diffstat (limited to 'development/nwjs/nwjs.SlackBuild')
-rw-r--r-- | development/nwjs/nwjs.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/nwjs/nwjs.SlackBuild b/development/nwjs/nwjs.SlackBuild index d50dfe7bfb..498a7d38fc 100644 --- a/development/nwjs/nwjs.SlackBuild +++ b/development/nwjs/nwjs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nwjs -# Copyright 2017 Rodrigo Gimenez <rodrigog83[at]gmail[dot]com> +# Copyright 2017 Rodrigo Gimenez <estrod[at]zoho[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=nwjs -VERSION=${VERSION:-0.21.1} +VERSION=${VERSION:-0.21.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,7 +52,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM-v$VERSION-$SUFFIX tar xvf $CWD/$PRGNAM-v$VERSION-$SUFFIX.tar.gz cd $PRGNAM-v$VERSION-$SUFFIX chown -R root:root . |