summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 16:00:01 +0200
committer Heinz Wiesinger2021-07-17 21:55:21 +0200
commitcea96c03b9389cf4ed4db04b966ac0acaff4af65 (patch)
tree0e96c148ee4344423b7a3e50e579f91e20ab19f7 /system
parentb7be979a61185d07ce38c101e279d698a3f459ee (diff)
downloadslackbuilds-cea96c03b9389cf4ed4db04b966ac0acaff4af65.tar.gz
system/spl-solaris: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/spl-solaris/spl-solaris.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/spl-solaris/spl-solaris.SlackBuild b/system/spl-solaris/spl-solaris.SlackBuild
index a52f4f5769..4ff4a42517 100644
--- a/system/spl-solaris/spl-solaris.SlackBuild
+++ b/system/spl-solaris/spl-solaris.SlackBuild
@@ -50,7 +50,7 @@ fi
# 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"
+ echo "$PRGNAM-$PKGVER-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi