libraries/libgit2-glib: 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:46:18 +07:00
parent ff3e757e86
commit 0cb5c5bce6

View file

@ -84,8 +84,9 @@ meson build \
--buildtype=release \
-Dgtk_doc=true
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