diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-09 23:11:34 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-10 21:34:39 -0600 |
commit | 6009cb33c2e36012b76bc82ff2d80c0f2449b39a (patch) | |
tree | 62eb3e3e800b82a34de26e5335dd1fdf755e81f7 /desktop/faience-icon-theme/faience-icon-theme.SlackBuild | |
parent | 8081a988a9168a34369b60f9a5c48a117e735850 (diff) | |
download | slackbuilds-6009cb33c2e36012b76bc82ff2d80c0f2449b39a.tar.gz |
desktop/faience-icon-theme: Fix file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/faience-icon-theme/faience-icon-theme.SlackBuild')
-rw-r--r-- | desktop/faience-icon-theme/faience-icon-theme.SlackBuild | 8 |
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 |