From ebd725d556489f01188e40d5cc43eb371270de19 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 14 Jul 2024 13:24:23 -0500 Subject: desktop/kfaenza-icon-theme: Fixed chown syntax Signed-off-by: Robby Workman Signed-off-by: Willy Sudiarto Raharjo --- desktop/kfaenza-icon-theme/kfaenza-icon-theme.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/kfaenza-icon-theme/kfaenza-icon-theme.SlackBuild b/desktop/kfaenza-icon-theme/kfaenza-icon-theme.SlackBuild index 0703cf58bf..0f9d4f0663 100644 --- a/desktop/kfaenza-icon-theme/kfaenza-icon-theme.SlackBuild +++ b/desktop/kfaenza-icon-theme/kfaenza-icon-theme.SlackBuild @@ -59,7 +59,7 @@ mv $CWD/${PRGNAM}-${RELVER}.$REL.$ARCH.rpm.tgz \ tar -xvf ${PRGNAM}-${RELVER}.$REL.$ARCH.rpm.tgz --strip-components 1 -chown -R root.root . +chown -R root:root . find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; -- cgit v1.2.3