diff options
Diffstat (limited to 'desktop/nwg-shell/nwg-shell.SlackBuild')
-rw-r--r-- | desktop/nwg-shell/nwg-shell.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/nwg-shell/nwg-shell.SlackBuild b/desktop/nwg-shell/nwg-shell.SlackBuild index 53e028950ef9f..f1bdb3606c0d7 100644 --- a/desktop/nwg-shell/nwg-shell.SlackBuild +++ b/desktop/nwg-shell/nwg-shell.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-shell -VERSION=${VERSION:-0.5.6} +VERSION=${VERSION:-0.5.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -78,7 +78,7 @@ cd $PRGNAM-$VERSION chown -R root:root . # patches removing refs to systemctl & replaced w/ loginctl & disable updater -patch -Np1 -i $CWD/slackware.patch || exit 1 +patch -Np1 -i $CWD/defaults.patch || exit 1 find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |