summaryrefslogtreecommitdiffstats
path: root/network/nicotine-plus/nicotine-plus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/nicotine-plus/nicotine-plus.SlackBuild')
-rw-r--r--network/nicotine-plus/nicotine-plus.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/network/nicotine-plus/nicotine-plus.SlackBuild b/network/nicotine-plus/nicotine-plus.SlackBuild
index 72d72742c1..582311ddd9 100644
--- a/network/nicotine-plus/nicotine-plus.SlackBuild
+++ b/network/nicotine-plus/nicotine-plus.SlackBuild
@@ -1,16 +1,15 @@
#!/bin/sh
-
# Slackware build script for nicotine+
# Written by Iskar Enev <iskar.enev[@]gmail.com>
-
# Modified by the SlackBuilds.org project
PRGNAM=nicotine+
NAME=nicotine
-VERSION=1.2.9
+VERSION=1.2.10
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -27,7 +26,11 @@ rm -rf $PRGNAM-$VERSION
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+find . \
+ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+ -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
+ -exec chmod 644 {} \;
# Tray icon has to be compiled first
if [ "$TRAYICON" = "YES" ]; then