diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:54 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:17 +0200 |
commit | 24212a3e8a8511f0ae0ad99d81fef39f62b1db6d (patch) | |
tree | d454e955e1e4f7cc258b826b3797f1392593f6c0 /network | |
parent | 00b66c7aa98a28600a8b1b85536c70621c217844 (diff) |
network/rtl8188eu: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/rtl8188eu/rtl8188eu.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/rtl8188eu/rtl8188eu.SlackBuild b/network/rtl8188eu/rtl8188eu.SlackBuild index d1d67b1384f72..b6f6407277e07 100644 --- a/network/rtl8188eu/rtl8188eu.SlackBuild +++ b/network/rtl8188eu/rtl8188eu.SlackBuild @@ -46,7 +46,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 |