aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/phodav/phodav.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/network/phodav/phodav.SlackBuild b/network/phodav/phodav.SlackBuild
index 2e553b6a6ea31..b5e621bcc6f6a 100644
--- a/network/phodav/phodav.SlackBuild
+++ b/network/phodav/phodav.SlackBuild
@@ -90,9 +90,7 @@ meson \
--mandir=/usr/man \
build
-"${NINJA:=ninja}"
-$NINJA -C build
-DESTDIR=$PKG $NINJA -C build install
+DESTDIR=$PKG "${NINJA:=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