summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-07-12 13:36:53 +0200
committer Willy Sudiarto Raharjo2021-07-12 13:36:53 +0200
commita6ed8b518d51112968e03d07d4cdce0244e50567 (patch)
treeba7ed0a15f58cfc08577bc5731842933a070e843 /desktop
parent81c74c1779d055a94afb9650b9df02e20607b5d5 (diff)
downloadslackbuilds-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.SlackBuild3
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