From ff8b0420e5b9bf59fb2c6c5196fa1e08776bad67 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sat, 9 Jan 2016 22:03:29 +0000 Subject: desktop/clearlooks-classic-themes: Fix file ownership. Signed-off-by: David Spencer --- desktop/clearlooks-classic-themes/clearlooks-classic-themes.SlackBuild | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/clearlooks-classic-themes') 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 \ -- cgit v1.2.3