diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2018-07-12 22:32:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-14 06:55:55 +0700 |
commit | eb2c9ae627b868838fa9372d2e083b230bbc8b7d (patch) | |
tree | 494b95b798a05ca3996767c1ef2aacf01e0b4feb /office/texlive-extra/texlive-extra.SlackBuild | |
parent | 5e9a5c28d73c3b1709a6b59bdd5b7a661dba1416 (diff) |
office/texlive-extra: Updated for version 2018.180630.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive-extra/texlive-extra.SlackBuild')
-rw-r--r-- | office/texlive-extra/texlive-extra.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/office/texlive-extra/texlive-extra.SlackBuild b/office/texlive-extra/texlive-extra.SlackBuild index 81c72d7bd21a..49a5669b3d80 100644 --- a/office/texlive-extra/texlive-extra.SlackBuild +++ b/office/texlive-extra/texlive-extra.SlackBuild @@ -3,8 +3,8 @@ # texlive-extra build script for Slackware # Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA -# Copyright 2009-2014 Robby Workman, Northport, AL, USA -# Copyright 2016-2017 Johannes Schoepfer, Germany +# Copyright 2009 - 2014 Robby Workman, Northport, AL, USA +# Copyright 2016 - 2018 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texlive-extra -VERSION=${VERSION:-2017.171108} +VERSION=${VERSION:-2018.180630} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,6 +50,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG/usr/share chown -R root:root $PKG chmod -R u+w,go-w,a+rX-st $PKG +# Put symlinks/scripts from tlnet in place +mv $PKG/usr/share/texmf-dist/linked_scripts/* $PKG/usr/bin +rmdir $PKG/usr/share/texmf-dist/linked_scripts + # Move biber binary to $PATH case $ARCH in "x86_64") mv $PKG/usr/share/texmf-dist/bin/x86_64-linux/biber $PKG/usr/bin ;; |