diff options
-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 |