mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/picom: Align with new template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
81c74c1779
commit
a6ed8b518d
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ find -L . \
|
|||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
meson build . -D build_docs=true -D b_ndebug=true --prefix=/usr
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
"${NINJA:=ninja}"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue