From 4c7ff42426697b41988dd88325705110d7b29d7a Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 12 Jul 2021 18:48:32 +0700 Subject: network/phodav: Align with new template. Signed-off-by: Willy Sudiarto Raharjo --- network/phodav/phodav.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'network/phodav/phodav.SlackBuild') diff --git a/network/phodav/phodav.SlackBuild b/network/phodav/phodav.SlackBuild index 5e6e6128b9e53..420294d421f0e 100644 --- a/network/phodav/phodav.SlackBuild +++ b/network/phodav/phodav.SlackBuild @@ -81,8 +81,9 @@ meson \ --mandir=/usr/man \ build -ninja -C build -DESTDIR=$PKG ninja -C build install +"${NINJA:=ninja}" +$NINJA -C build +DESTDIR=$PKG $NINJA -C build install find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3