network/phodav: Align with new template.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-07-12 18:48:32 +07:00
parent 2ef93b6178
commit 4c7ff42426

View file

@ -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