summaryrefslogtreecommitdiffstats
path: root/office/texlive-docs/texlive-docs.SlackBuild
diff options
context:
space:
mode:
author Johannes Schoepfer2021-07-19 09:13:48 +0200
committer Willy Sudiarto Raharjo2021-07-19 11:23:30 +0200
commitc3881555bc56cb0b5078020707ddd30aadb60d9a (patch)
treead9cd5c3c2d5ce75af0bd222c065a43fa39d39fb /office/texlive-docs/texlive-docs.SlackBuild
parentc80f01d33a52002a34157a40827cbdafc4444e7e (diff)
downloadslackbuilds-c3881555bc56cb0b5078020707ddd30aadb60d9a.tar.gz
office/texlive-docs: Updated for version 2021.210418.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive-docs/texlive-docs.SlackBuild')
-rw-r--r--office/texlive-docs/texlive-docs.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild
index e77bd52ce7..7e8b279227 100644
--- a/office/texlive-docs/texlive-docs.SlackBuild
+++ b/office/texlive-docs/texlive-docs.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA
# Copyright 2009 - 2014 Robby Workman, Northport, AL, USA
-# Copyright 2016 - 2020 Johannes Schoepfer, Germany
+# Copyright 2016 - 2021 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=texlive-docs
-VERSION=${VERSION:-2020.200608}
+TEXMFVERSION=${TEXMFVERSION:-210418}
+VERSION=${VERSION:-2021.210418}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -52,7 +53,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG$TEXMFROOT $OUTPUT $PKG/usr/doc/texlive-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG$TEXMFROOT
+tar xvf $CWD/$PRGNAM-$TEXMFVERSION.tar.xz -C $PKG$TEXMFROOT
chown -R root:root $PKG
chmod -R u+w,go-w,a+rX-st $PKG