summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-07-12 13:48:32 +0200
committer Willy Sudiarto Raharjo2021-07-12 13:48:32 +0200
commit4c7ff42426697b41988dd88325705110d7b29d7a (patch)
tree0bfb88fa81352581ff7ab73a69675cbb3af057e3
parent2ef93b617851d0a1fdaaeea8e596b51f161aa795 (diff)
downloadslackbuilds-4c7ff42426697b41988dd88325705110d7b29d7a.tar.gz
network/phodav: Align with new template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/phodav/phodav.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/phodav/phodav.SlackBuild b/network/phodav/phodav.SlackBuild
index 5e6e6128b9..420294d421 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