diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/numix-icon-theme-bevel/numix-icon-theme-bevel.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/numix-icon-theme-bevel/numix-icon-theme-bevel.SlackBuild b/desktop/numix-icon-theme-bevel/numix-icon-theme-bevel.SlackBuild index 3b4ccb8583..d4a0caf1b3 100644 --- a/desktop/numix-icon-theme-bevel/numix-icon-theme-bevel.SlackBuild +++ b/desktop/numix-icon-theme-bevel/numix-icon-theme-bevel.SlackBuild @@ -58,5 +58,7 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh +find $PKG -type f -exec chmod 644 {} \; + cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |