summaryrefslogtreecommitdiffstats
path: root/graphics/kColorPicker
diff options
context:
space:
mode:
author B. Watson2023-02-14 07:49:54 +0100
committer Willy Sudiarto Raharjo2023-02-18 04:07:02 +0100
commit047d932e0f84732518b26236fbe2521f5074bd08 (patch)
tree6318ee02f8ca453b3b485157c1994d39ce7cb9c5 /graphics/kColorPicker
parent9be4fa4ed3590ca4e0ba3fe151bc5430d8c17882 (diff)
downloadslackbuilds-047d932e0f84732518b26236fbe2521f5074bd08.tar.gz
graphics/kColorPicker: Fix PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/kColorPicker')
-rw-r--r--graphics/kColorPicker/kColorPicker.SlackBuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/graphics/kColorPicker/kColorPicker.SlackBuild b/graphics/kColorPicker/kColorPicker.SlackBuild
index c82f67cd2d..8736763cdc 100644
--- a/graphics/kColorPicker/kColorPicker.SlackBuild
+++ b/graphics/kColorPicker/kColorPicker.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=""