summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Spencer2016-01-09 23:03:29 +0100
committer Robby Workman2016-01-11 04:34:39 +0100
commitff8b0420e5b9bf59fb2c6c5196fa1e08776bad67 (patch)
tree96d727da455a0eb2b9fb4d727b9d0f74ca2244be /desktop
parentcd5ad874c9a9c166def5eecf4a9d36c0cc9b2034 (diff)
downloadslackbuilds-ff8b0420e5b9bf59fb2c6c5196fa1e08776bad67.tar.gz
desktop/clearlooks-classic-themes: Fix file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/clearlooks-classic-themes/clearlooks-classic-themes.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/clearlooks-classic-themes/clearlooks-classic-themes.SlackBuild b/desktop/clearlooks-classic-themes/clearlooks-classic-themes.SlackBuild
index a4ad38f595..9a9a8b7edc 100644
--- a/desktop/clearlooks-classic-themes/clearlooks-classic-themes.SlackBuild
+++ b/desktop/clearlooks-classic-themes/clearlooks-classic-themes.SlackBuild
@@ -43,6 +43,7 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
cd $SRCNAM-$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 \