system/terminology: 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:51:09 +07:00
parent baf4366f76
commit 04daf541c3
1 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ meson \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
. build
ninja -C build -v
DESTDIR=$PKG ninja -C build -v install
"${NINJA:=ninja}"
$NINJA -C build -v
DESTDIR=$PKG $NINJA -C build -v 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