diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/viewnior/viewnior.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/viewnior/viewnior.SlackBuild b/graphics/viewnior/viewnior.SlackBuild index 629768d1c26f..5f9145f459df 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 |