summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer2016-01-10 00:11:34 +0100
committer Robby Workman2016-01-11 04:34:39 +0100
commit6009cb33c2e36012b76bc82ff2d80c0f2449b39a (patch)
tree62eb3e3e800b82a34de26e5335dd1fdf755e81f7
parent8081a988a9168a34369b60f9a5c48a117e735850 (diff)
downloadslackbuilds-6009cb33c2e36012b76bc82ff2d80c0f2449b39a.tar.gz
desktop/faience-icon-theme: Fix file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--desktop/faience-icon-theme/faience-icon-theme.SlackBuild8
1 files 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 689a3a0f2d..c0b0ed2191 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