diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/rtl8821ce/rtl8821ce.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/rtl8821ce/rtl8821ce.SlackBuild b/network/rtl8821ce/rtl8821ce.SlackBuild index 1965b22706e0f..62df331dee4df 100644 --- a/network/rtl8821ce/rtl8821ce.SlackBuild +++ b/network/rtl8821ce/rtl8821ce.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-$PKG_VERS-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi |