summaryrefslogtreecommitdiffstats
path: root/multimedia/TeamSpeak3/TeamSpeak3.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-06 01:50:45 +0100
committer Robby Workman2013-11-06 03:15:57 +0100
commitf2b4e5eab858c6430f7c7ad6c8b0707a3577c61b (patch)
tree81a3b7c279c226bb28c3a4de966c93b27b8eb344 /multimedia/TeamSpeak3/TeamSpeak3.SlackBuild
parent62ba8f3eb72377279cebca1210fadfe5c76acfe8 (diff)
downloadslackbuilds-f2b4e5eab858c6430f7c7ad6c8b0707a3577c61b.tar.gz
multimedia/TeamSpeak3: Updated for version 3.0.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/TeamSpeak3/TeamSpeak3.SlackBuild')
-rw-r--r--multimedia/TeamSpeak3/TeamSpeak3.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/TeamSpeak3/TeamSpeak3.SlackBuild b/multimedia/TeamSpeak3/TeamSpeak3.SlackBuild
index c0aa9ce62e..7f7aa4b4c6 100644
--- a/multimedia/TeamSpeak3/TeamSpeak3.SlackBuild
+++ b/multimedia/TeamSpeak3/TeamSpeak3.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=TeamSpeak3
-VERSION=${VERSION:-3.0.10}
+VERSION=${VERSION:-3.0.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,11 +70,11 @@ chmod +x $CWD/$PRGNAM-Client-linux_$TSARCH-$VERSION.run
$CWD/$PRGNAM-Client-linux_$TSARCH-$VERSION.run --noexec --target $PKG/opt/TeamSpeak3
cd $PKG
chown -R root:root .
-find . \
+find -L . \
\( -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 {} \;
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Remove bundled Qt
rm -f $PKG/opt/TeamSpeak3/libQt*