summaryrefslogtreecommitdiffstats
path: root/office/texstudio/texstudio.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2017-07-27 11:47:38 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-29 17:50:42 +0700
commit0ada48b5aec732144cb1b74a3ced574790cadc91 (patch)
tree615e5f92ff66b2c14c2292524dceda2595bb8323 /office/texstudio/texstudio.SlackBuild
parent0ea6c38ebce46e9db18530d0d07569557dab6342 (diff)
downloadslackbuilds-0ada48b5aec732144cb1b74a3ced574790cadc91.tar.gz
slackbuilds-0ada48b5aec732144cb1b74a3ced574790cadc91.tar.xz
office/texstudio: Updated for version 2.12.6
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 293810d3d6..9224441291 100644
--- a/office/texstudio/texstudio.SlackBuild
+++ b/office/texstudio/texstudio.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texstudio
-VERSION=${VERSION:-2.12.4}
+VERSION=${VERSION:-2.12.6}
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 \
@@ -99,7 +99,7 @@ install -D -m 0644 utilities/$PRGNAM.svg \
$PKG/usr/share/icons/hicolor/scalable/apps/$PRGNAM.svg
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a INSTALL utilities/{AUTHORS,license.txt,COPYING} $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a utilities/{AUTHORS,license.txt,COPYING} $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/share/$PRGNAM/{COPYING,CHANGELOG.txt,AUTHORS}