diff options
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 47e754a0d0..8cd0f7640d 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 |