diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-12 18:48:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-12 18:48:32 +0700 |
commit | 4c7ff42426697b41988dd88325705110d7b29d7a (patch) | |
tree | 0bfb88fa81352581ff7ab73a69675cbb3af057e3 /network/phodav | |
parent | 2ef93b617851d0a1fdaaeea8e596b51f161aa795 (diff) |
network/phodav: Align with new template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/phodav')
-rw-r--r-- | network/phodav/phodav.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/phodav/phodav.SlackBuild b/network/phodav/phodav.SlackBuild index 5e6e6128b9e5..420294d421f0 100644 --- a/network/phodav/phodav.SlackBuild +++ b/network/phodav/phodav.SlackBuild @@ -81,8 +81,9 @@ meson \ --mandir=/usr/man \ build -ninja -C build -DESTDIR=$PKG ninja -C build install +"${NINJA:=ninja}" +$NINJA -C build +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 |