diff options
author | Jay Lanagan <j@lngn.net> | 2023-03-16 19:34:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:23 +0700 |
commit | 2054b6a3625b6bc77775443ea76d9478b5a5824e (patch) | |
tree | b84e127e3953eb8856775a24b290aeac0478754d /desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild | |
parent | e96941d176cf70c94a4e6b15a62608a32f16feea (diff) |
desktop/nwg-icon-picker: Updated for version 0.1.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild')
-rw-r--r-- | desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild | 4 |
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 6202cb070a500..1a8fe508f1abc 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 . \ |