summaryrefslogtreecommitdiffstats
path: root/office/texstudio/texstudio.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2018-06-09 10:43:04 -0700
committer David Spencer <idlemoor@slackbuilds.org>2018-06-14 01:15:44 +0100
commitbf8545d2ea4db9577d47d3cc0f4e9177f4d9b383 (patch)
tree7b5456ada91f81ae9f1aa2c53b8a8d18f9271332 /office/texstudio/texstudio.SlackBuild
parent9a90904829a86b3bf2cf4a59f6f9a510d977846f (diff)
downloadslackbuilds-bf8545d2ea4db9577d47d3cc0f4e9177f4d9b383.tar.gz
slackbuilds-bf8545d2ea4db9577d47d3cc0f4e9177f4d9b383.tar.xz
office/texstudio: Updated for version 2.12.8
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office/texstudio/texstudio.SlackBuild')
-rw-r--r--office/texstudio/texstudio.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/office/texstudio/texstudio.SlackBuild b/office/texstudio/texstudio.SlackBuild
index d0e65f634d..9b26093cd2 100644
--- a/office/texstudio/texstudio.SlackBuild
+++ b/office/texstudio/texstudio.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for texstudio
-# Copyright 2013-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2013-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texstudio
-VERSION=${VERSION:-2.12.6}
+VERSION=${VERSION:-2.12.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ${PRGNAM}${VERSION}
+rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd ${PRGNAM}${VERSION}
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \