diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-09 22:03:29 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-10 21:34:39 -0600 |
commit | ff8b0420e5b9bf59fb2c6c5196fa1e08776bad67 (patch) | |
tree | 96d727da455a0eb2b9fb4d727b9d0f74ca2244be /desktop | |
parent | cd5ad874c9a9c166def5eecf4a9d36c0cc9b2034 (diff) | |
download | slackbuilds-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.SlackBuild | 1 |
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 \ |