summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-09-09 17:50:35 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:52:13 +0700
commit4f5ff784f826ae9d5457cc7b74751a7a3f2ebe51 (patch)
treec9466a101b5fa7286b4d7291bd2127b92966a576 /graphics
parent43f7e3fb012bbd63fcac306e96a68e69c21ca793 (diff)
downloadslackbuilds-4f5ff784f826ae9d5457cc7b74751a7a3f2ebe51.tar.gz
slackbuilds-4f5ff784f826ae9d5457cc7b74751a7a3f2ebe51.tar.xz
graphics/viewnior: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/viewnior/viewnior.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/viewnior/viewnior.SlackBuild b/graphics/viewnior/viewnior.SlackBuild
index 629768d1c2..5f9145f459 100644
--- a/graphics/viewnior/viewnior.SlackBuild
+++ b/graphics/viewnior/viewnior.SlackBuild
@@ -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