system/gtk-vnc: Fix build.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-07-19 16:21:05 +07:00
parent b6987fe5ac
commit 4b8a42b1bf
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

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