summaryrefslogtreecommitdiffstats
path: root/office/texlive-extra
diff options
context:
space:
mode:
author B. Watson2023-02-14 08:51:58 +0100
committer Willy Sudiarto Raharjo2023-02-18 04:07:11 +0100
commitf267befb625f7e86f73584bd6df40df610ab114e (patch)
tree43860792c7255ebee8a8c7c3e613657460f2b40b /office/texlive-extra
parent4544fe60ef826b253d5d421468b588a57565b48f (diff)
downloadslackbuilds-f267befb625f7e86f73584bd6df40df610ab114e.tar.gz
office/texlive-extra: Fix PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive-extra')
-rw-r--r--office/texlive-extra/texlive-extra.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/office/texlive-extra/texlive-extra.SlackBuild b/office/texlive-extra/texlive-extra.SlackBuild
index c8e91e5a5b..8c3d8ad817 100644
--- a/office/texlive-extra/texlive-extra.SlackBuild
+++ b/office/texlive-extra/texlive-extra.SlackBuild
@@ -33,11 +33,6 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
- echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
- exit 0
-fi
-
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -52,6 +47,11 @@ if [ -z "$ARCH" ]; then
esac
fi
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TEXMFROOT=/usr/share
rm -rf $PKG