diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-03-19 00:03:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-21 21:59:23 +0700 |
commit | 73942c48826c68a262914e4ad6e96b5e9181d8c1 (patch) | |
tree | 2bf5c9de0651402dc6ccdb25b06c6aff8366425d /desktop/nwg-menu/nwg-menu.SlackBuild | |
parent | 787dea18fccb894e624016f9cebc2c71d7e038be (diff) |
desktop/nwg-menu: Updated for version 0.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-menu/nwg-menu.SlackBuild')
-rw-r--r-- | desktop/nwg-menu/nwg-menu.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/nwg-menu/nwg-menu.SlackBuild b/desktop/nwg-menu/nwg-menu.SlackBuild index 4d9daae5f8b73..1ae589f6a1f59 100644 --- a/desktop/nwg-menu/nwg-menu.SlackBuild +++ b/desktop/nwg-menu/nwg-menu.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-menu -VERSION=${VERSION:-0.1.2} +VERSION=${VERSION:-0.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,9 +73,9 @@ 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 -tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.?z chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |