diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-09 14:42:50 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-10 21:34:39 -0600 |
commit | ff662ea8a515d0bf6481a160421ca80d9efdd392 (patch) | |
tree | 40c12a6f5451fed0a314c4816fef3c02230e90f2 | |
parent | c7bc86a6e6589f65f75ab7bf770d73864c1d8d5e (diff) |
desktop/faenza-icon-theme: Fix file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild | 8 |
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 3a95c9dc9898..114991a7f395 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 \ |