diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2018-07-12 22:34:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-14 06:55:55 +0700 |
commit | 8078535f57bbfd48d767f5250cbc0e539af6ec96 (patch) | |
tree | 27a9090fb0dd804f773dd2163373fc4e4b633eae /office/texlive-docs/texlive-docs.SlackBuild | |
parent | eb2c9ae627b868838fa9372d2e083b230bbc8b7d (diff) | |
download | slackbuilds-8078535f57bbfd48d767f5250cbc0e539af6ec96.tar.gz |
office/texlive-docs: Updated for version 2018.180630.
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.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild index 12117cde80..50e0c0f61c 100644 --- a/office/texlive-docs/texlive-docs.SlackBuild +++ b/office/texlive-docs/texlive-docs.SlackBuild @@ -1,10 +1,10 @@ #!/bin/sh -# texlive-texmf-docs build script for Slackware +# texlive-docs 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 - 2017 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-docs -VERSION=${VERSION:-2017.171108} +VERSION=${VERSION:-2018.180630} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,6 +47,7 @@ chmod -R u+w,go-w,a+rX-st $PKG # No, we don't care about the pdf versions of the manual pages rm -rf $PKG/usr/share/texmf-dist/doc/man +# Install index of provided tex packages to the docs mv $PKG/usr/share/texmf-dist/packages.docs.gz $PKG/usr/doc/texlive-$VERSION mkdir -p $PKG/install |