diff options
Diffstat (limited to 'desktop/faba-icon-theme/faba-icon-theme.SlackBuild')
-rw-r--r-- | desktop/faba-icon-theme/faba-icon-theme.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild index 24a8438fb0..f4223f08df 100644 --- a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild +++ b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild @@ -45,6 +45,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$SRCVER.tar.gz || 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 {} \; mkdir -p $PKG/usr/share/icons cp -a Faba $PKG/usr/share/icons |