diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2021-05-18 17:12:57 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-18 23:40:18 +0700 |
commit | 5b6627366aa23aff1a344b8f33c6d8d2551d5c6d (patch) | |
tree | 2414af26d3dfa6671cb7df3bc1d12ca642a91d25 /desktop/protozoa-cursor-themes | |
parent | 8d33e6515e141be04aafc6c2396b897c7eac2c4a (diff) | |
download | slackbuilds-5b6627366aa23aff1a344b8f33c6d8d2551d5c6d.tar.gz |
desktop/protozoa-cursor-themes: misc cleanups
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/protozoa-cursor-themes')
-rw-r--r-- | desktop/protozoa-cursor-themes/protozoa-cursor-themes.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/protozoa-cursor-themes/protozoa-cursor-themes.SlackBuild b/desktop/protozoa-cursor-themes/protozoa-cursor-themes.SlackBuild index 95137bcc9a..4104f2ab79 100644 --- a/desktop/protozoa-cursor-themes/protozoa-cursor-themes.SlackBuild +++ b/desktop/protozoa-cursor-themes/protozoa-cursor-themes.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for protozoa-cursor-themes -# Copyright 2012-2016 Petar Petrov slackalaxy@gmail.com +# Copyright 2012-2021 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=protozoa-cursor-themes VERSION=${VERSION:-20120114} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} ORIGINAL=protozoa_by_grynays-d2n7qil @@ -59,10 +59,10 @@ tar xvf ./$SRCNAM-red.tar.gz 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; mkdir -p $PKG/usr/share/icons cp -a \ |