graphics/viewnior: Remove template comment.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-09-09 17:50:35 -04:00 committed by Willy Sudiarto Raharjo
parent 43f7e3fb01
commit 4f5ff784f8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 4 deletions

View File

@ -49,9 +49,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# 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
@ -99,7 +96,7 @@ meson \
--mandir=/usr/man \
build
"${NINJA:=ninja}"
NINJA=${NINJA:-ninja}
$NINJA -C build
DESTDIR=$PKG $NINJA -C build install
strip $PKG/usr/bin/$PRGNAM