summaryrefslogtreecommitdiffstats
path: root/desktop/numix-pack/numix-pack.SlackBuild
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2016-12-24 17:15:20 +0000
committer David Spencer <idlemoor@slackbuilds.org>2016-12-24 20:38:50 +0000
commit61726740b0c07b92306433a485a61624bee5579d (patch)
tree9b672d1e5739241204baab3e4ea286fca6502072 /desktop/numix-pack/numix-pack.SlackBuild
parentd6ae903f6d8e77f4f33ba45634ad40218c01224f (diff)
downloadslackbuilds-61726740b0c07b92306433a485a61624bee5579d.tar.gz
slackbuilds-61726740b0c07b92306433a485a61624bee5579d.tar.xz
desktop/numix-pack: Updated for version 0.4.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/numix-pack/numix-pack.SlackBuild')
-rw-r--r--desktop/numix-pack/numix-pack.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/numix-pack/numix-pack.SlackBuild b/desktop/numix-pack/numix-pack.SlackBuild
index 6782573673..70ba9d0434 100644
--- a/desktop/numix-pack/numix-pack.SlackBuild
+++ b/desktop/numix-pack/numix-pack.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="numix-pack"
-VERSION=${VERSION:-0.4.4}
+VERSION=${VERSION:-0.4.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,6 +46,9 @@ mkdir $PRGNAM-$VERSION
tar xvf $CWD/${SRCNAM}_${VERSION}.tar.xz -C $PRGNAM-$VERSION/
cd $PRGNAM-$VERSION
chown -R root:root .
+find -L . \
+ -type d -exec chmod 755 {} \; -o \
+ -type f -exec chmod 644 {} \;
mkdir -p $PKG/etc/skel/.config
cp -a .config/blender $PKG/etc/skel/.config