diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-11-02 20:15:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-02 20:16:56 +0700 |
commit | 0c8a0ef215987d0253cb2233d39ec53bbb7cca21 (patch) | |
tree | ccfad5aafa40219dbec17326e011d2212f2dc5bf /office/texlive-docs/texlive-docs.SlackBuild | |
parent | db1d38c616fe8343309eace8678c4342097d15e2 (diff) |
office/texlive-docs: Updated for version 2016.161031.
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild index 47e754a0d0bf2..8cd0f7640d4b0 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 Johannes Schoepfer, <slackbuilds@schoepfer.info> +# Copyright 2016 Johannes Schoepfer # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,17 +25,17 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texlive-docs -VERSION=20161025 +VERSION=${VERSION:-2016.161031} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -ARCH=noarch - CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} +ARCH=noarch + set -e rm -rf $PKG |