summaryrefslogtreecommitdiffstats
path: root/desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild
diff options
context:
space:
mode:
author David Spencer2016-01-09 15:42:50 +0100
committer Robby Workman2016-01-11 04:34:39 +0100
commitff662ea8a515d0bf6481a160421ca80d9efdd392 (patch)
tree40c12a6f5451fed0a314c4816fef3c02230e90f2 /desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild
parentc7bc86a6e6589f65f75ab7bf770d73864c1d8d5e (diff)
downloadslackbuilds-ff662ea8a515d0bf6481a160421ca80d9efdd392.tar.gz
desktop/faenza-icon-theme: Fix file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild')
-rw-r--r--desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild b/desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild
index 3a95c9dc98..114991a7f3 100644
--- a/desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild
+++ b/desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild
@@ -47,16 +47,16 @@ 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="Faenza-Ambiance Faenza-Dark Faenza-Darker Faenza-Darkest Faenza-Radiance Faenza"
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
cp -a Faenza \