diff options
author | B. Watson <yalhcru@gmail.com> | 2018-12-01 03:48:33 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-09 13:17:25 +0700 |
commit | fab51ff95ce89adfa6b758883f1a2287b85a159d (patch) | |
tree | c93463ea13ea3d44984394fb02e487d65d74fc21 /accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild | |
parent | ea2d49566db67bd9d10c3ae6e188dd2b1b107597 (diff) |
accessibility/unclutter-xfixes: Updated for version 1.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild')
-rw-r--r-- | accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild b/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild index c84d95cb5e7b..afe1cd17a763 100644 --- a/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild +++ b/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=unclutter-xfixes -VERSION=${VERSION:-1.3} +VERSION=${VERSION:-1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,11 +47,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ # SBo libev has event.h in nonstandard dir sed -i "/-Wall/s,\$, $SLKCFLAGS -I/usr/include/libev," Makefile |