development/ghex: 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:38:50 +07:00
parent c7ee5a341a
commit 26586ec1e6
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ meson \
--strip \
build
DESTDIR="$PKG" ninja -C build install
"${NINJA:=ninja}"
DESTDIR="$PKG" $NINJA -C build install
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC