summaryrefslogtreecommitdiffstats
path: root/office/grisbi
diff options
context:
space:
mode:
author B. Watson2023-02-14 07:46:50 +0100
committer Willy Sudiarto Raharjo2023-02-18 04:07:02 +0100
commit04a6d4a67adf019b65867a1459f15c5189e5df77 (patch)
tree377a0b2af92ea8102477d53440f2c02d3edbf8fb /office/grisbi
parent46eb45d476d26dbd264d70e3ad1b0261178d0eb0 (diff)
downloadslackbuilds-04a6d4a67adf019b65867a1459f15c5189e5df77.tar.gz
office/grisbi: 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/grisbi')
-rw-r--r--office/grisbi/grisbi.SlackBuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/office/grisbi/grisbi.SlackBuild b/office/grisbi/grisbi.SlackBuild
index 9932a780ef..b53fa26f2c 100644
--- a/office/grisbi/grisbi.SlackBuild
+++ b/office/grisbi/grisbi.SlackBuild
@@ -30,14 +30,6 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-# 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}
@@ -50,6 +42,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=""