diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-12 18:33:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-12 18:33:45 +0700 |
commit | e70b46c3b1613b7823992ba8cda5fb1329d2d327 (patch) | |
tree | d2cf7d51aaaf3b84e3c2cf2347d9c0ce535abd84 /audio | |
parent | 87288a48afa52c32a3d68e40f9f4c424d5bb0ecd (diff) |
audio/pithos: Align with new template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pithos/pithos.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pithos/pithos.SlackBuild b/audio/pithos/pithos.SlackBuild index 7629ff00fb64..df1c24df8d21 100644 --- a/audio/pithos/pithos.SlackBuild +++ b/audio/pithos/pithos.SlackBuild @@ -79,8 +79,8 @@ meson \ --infodir=/usr/info \ $PRGNAM-$VERSION \ $PRGNAM-$VERSION/build - -DESTDIR=$PKG ninja -C $PRGNAM-$VERSION/build install +"${NINJA:=ninja}" +DESTDIR=$PKG $NINJA -C $PRGNAM-$VERSION/build install cat $CWD/contrib/pithosctl > $PKG/usr/bin/pithosctl chmod 0755 $PKG/usr/bin/pithosctl |