diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-12 18:36:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-12 18:36:53 +0700 |
commit | a6ed8b518d51112968e03d07d4cdce0244e50567 (patch) | |
tree | ba7ed0a15f58cfc08577bc5731842933a070e843 /desktop | |
parent | 81c74c1779d055a94afb9650b9df02e20607b5d5 (diff) | |
download | slackbuilds-a6ed8b518d51112968e03d07d4cdce0244e50567.tar.gz |
desktop/picom: Align with new template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/picom/picom.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/picom/picom.SlackBuild b/desktop/picom/picom.SlackBuild index ab2cb4de22..ad9e9a969d 100644 --- a/desktop/picom/picom.SlackBuild +++ b/desktop/picom/picom.SlackBuild @@ -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 |