From 4f5ff784f826ae9d5457cc7b74751a7a3f2ebe51 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 9 Sep 2021 17:50:35 -0400 Subject: graphics/viewnior: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- graphics/viewnior/viewnior.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'graphics') 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 -- cgit v1.2.3