summaryrefslogtreecommitdiffstats
path: root/libraries/webkit2gtk
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-04-22 11:09:45 -0400
committer B. Watson <yalhcru@gmail.com>2022-04-22 11:09:45 -0400
commit45bf25d18bbd9751d7dfee9ab1b4deb5b691a5c2 (patch)
tree977d5247db3c3ab27217afde289b296dc2b4fdd0 /libraries/webkit2gtk
parent3708925e3f0ac234ae8505b71bb889e5a0522965 (diff)
downloadslackbuilds-45bf25d18bbd9751d7dfee9ab1b4deb5b691a5c2.tar.gz
slackbuilds-45bf25d18bbd9751d7dfee9ab1b4deb5b691a5c2.tar.xz
libraries/webkit2gtk: Fix PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/webkit2gtk')
-rw-r--r--libraries/webkit2gtk/webkit2gtk.SlackBuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild
index ea6f2304f7..77d5f5a9da 100644
--- a/libraries/webkit2gtk/webkit2gtk.SlackBuild
+++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild
@@ -31,14 +31,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}
@@ -51,6 +43,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=""