summaryrefslogtreecommitdiffstats
path: root/desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild')
-rw-r--r--desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild b/desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild
index 6202cb070a..1a8fe508f1 100644
--- a/desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild
+++ b/desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-icon-picker
-VERSION=${VERSION:-0.0.1}
+VERSION=${VERSION:-0.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,7 +73,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/v$VERSION.tar.?z || tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z || tar xvf $CWD/v$VERSION.tar.?z
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \