diff options
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 e71a49eafc..b831fed25e 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 |