aboutsummaryrefslogtreecommitdiff
path: root/python/pyPdf
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-02-14 00:47:01 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-18 10:06:58 +0700
commit406b9386364f8846ef1ceb68e143bf78a37ab04a (patch)
tree337fe66140af662925620b2e2eeb98be90eb778b /python/pyPdf
parente40d57b685cfd6b9b9a18df5c64be3e02986d767 (diff)
downloadslackbuilds-406b9386364f8846ef1ceb68e143bf78a37ab04a.tar.xz
python/pyPdf: Fix PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyPdf')
-rw-r--r--python/pyPdf/pyPdf.SlackBuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/python/pyPdf/pyPdf.SlackBuild b/python/pyPdf/pyPdf.SlackBuild
index 50731468ec69..c8e815cc5c79 100644
--- a/python/pyPdf/pyPdf.SlackBuild
+++ b/python/pyPdf/pyPdf.SlackBuild
@@ -37,14 +37,6 @@ PKGTYPE=${PKGTYPE:-tgz}
DOCS="README CHANGELOG"
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
-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}
@@ -57,6 +49,11 @@ if [ -z "$ARCH" ]; then
esac
fi
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""