summaryrefslogtreecommitdiffstats
path: root/audio/paman
diff options
context:
space:
mode:
author B. Watson2023-02-14 02:04:44 +0100
committer Willy Sudiarto Raharjo2023-02-18 04:06:54 +0100
commitccd92ffcae35bec5d16490695c5bdbb79d00c930 (patch)
treee95a8fdf4b3310375c214bc504761fb5c6f38bc8 /audio/paman
parent469ab513cadd42b7df18a17190302cac47311765 (diff)
downloadslackbuilds-ccd92ffcae35bec5d16490695c5bdbb79d00c930.tar.gz
audio/paman: Fix PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/paman')
-rw-r--r--audio/paman/paman.SlackBuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/paman/paman.SlackBuild b/audio/paman/paman.SlackBuild
index 672f56f9cb..8c0f1f30d4 100644
--- a/audio/paman/paman.SlackBuild
+++ b/audio/paman/paman.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=""