diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-11-02 20:18:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-02 20:18:45 +0700 |
commit | 94c533cc19b51033b28e751818c868db916cbe49 (patch) | |
tree | 08ba77f6dcfc44e3bd71000ea7fa2661dcd119bc /office/texlive-fonts/texlive-fonts.SlackBuild | |
parent | 60df8d03f997047384535ae5998c48aaab9753b6 (diff) |
office/texlive-fonts: Updated for version 2016.161031.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive-fonts/texlive-fonts.SlackBuild')
-rw-r--r-- | office/texlive-fonts/texlive-fonts.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/texlive-fonts/texlive-fonts.SlackBuild b/office/texlive-fonts/texlive-fonts.SlackBuild index e71a49eafcdd9..b831fed25ef76 100644 --- a/office/texlive-fonts/texlive-fonts.SlackBuild +++ b/office/texlive-fonts/texlive-fonts.SlackBuild @@ -25,17 +25,17 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texlive-fonts -VERSION=${VERSION:-20161023} +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 |