summaryrefslogtreecommitdiffstats
path: root/office/texmacs/texmacs.SlackBuild
diff options
context:
space:
mode:
author Zhu Qun-Ying <zhu.qunying@gmail.com>2020-06-05 14:07:06 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-06-06 10:44:12 +0700
commit8ae05e3848792c8b6c820cbc07ff936e14a736b3 (patch)
treeabef578e93d0cb6e6e571550d31c1b592023acd7 /office/texmacs/texmacs.SlackBuild
parent984ba04a3a574d67f0432cffdda50c3f8890de16 (diff)
downloadslackbuilds-8ae05e3848792c8b6c820cbc07ff936e14a736b3.tar.gz
slackbuilds-8ae05e3848792c8b6c820cbc07ff936e14a736b3.tar.xz
office/texmacs: Updated for version 1.99.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texmacs/texmacs.SlackBuild')
-rw-r--r--office/texmacs/texmacs.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild
index f1ba66ccfa..2309845211 100644
--- a/office/texmacs/texmacs.SlackBuild
+++ b/office/texmacs/texmacs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Texmacs
-# Copyright 2013-2018 Zhu Qun-Ying
+# Copyright 2013-2020 Zhu Qun-Ying
# 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=texmacs
-VERSION=${VERSION:-1.99.12}
+VERSION=${VERSION:-1.99.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$VERSION-src
+rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION-src.tar.gz
-cd $SRCNAM-$VERSION-src
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \