From f2b4e5eab858c6430f7c7ad6c8b0707a3577c61b Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 6 Nov 2013 07:50:45 +0700 Subject: multimedia/TeamSpeak3: Updated for version 3.0.13.1. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- multimedia/TeamSpeak3/TeamSpeak3.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'multimedia/TeamSpeak3/TeamSpeak3.SlackBuild') 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* -- cgit v1.2.3