summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-14 23:42:06 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-15 00:44:30 +0700
commite5e21c6912bd023e68604ae69669371cd9d916f2 (patch)
treefea83b187ead00c154a4caf9ff7179060a645e7b /desktop
parent7ad33903c886a0be5b53bb5fa76f68f6282b2a30 (diff)
downloadslackbuilds-e5e21c6912bd023e68604ae69669371cd9d916f2.tar.gz
slackbuilds-e5e21c6912bd023e68604ae69669371cd9d916f2.tar.xz
desktop/numix-icon-theme-bevel: fix perms.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/numix-icon-theme-bevel/numix-icon-theme-bevel.SlackBuild2
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}