mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/gtk-vnc: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b6987fe5ac
commit
4b8a42b1bf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue