From 6009cb33c2e36012b76bc82ff2d80c0f2449b39a Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sat, 9 Jan 2016 23:11:34 +0000 Subject: desktop/faience-icon-theme: Fix file ownership. Signed-off-by: David Spencer --- desktop/faience-icon-theme/faience-icon-theme.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/faience-icon-theme/faience-icon-theme.SlackBuild b/desktop/faience-icon-theme/faience-icon-theme.SlackBuild index 689a3a0f2d2b0..c0b0ed2191b59 100644 --- a/desktop/faience-icon-theme/faience-icon-theme.SlackBuild +++ b/desktop/faience-icon-theme/faience-icon-theme.SlackBuild @@ -40,15 +40,15 @@ rm -fr $TMP/$PRGNAM-$VERSION $PKG mkdir -p $TMP $PKG $OUTPUT $TMP/$PRGNAM-$VERSION cd $TMP/$PRGNAM-$VERSION unzip $CWD/$PRGNAM\_$VERSION.zip -chown -R root.root . -find . -type f -exec chmod 644 {} \; -find . -type d -exec chmod 755 {} \; TARBALLS="Faience Faience-Azur Faience-Ocre Faience-Claire" - for i in $TARBALLS; do tar -xvf $i.tar.gz done +chown -R root.root . +find . -type f -exec chmod 644 {} \; +find . -type d -exec chmod 755 {} \; + mkdir -p $PKG/usr/share/icons -- cgit v1.2.3