diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-09-16 22:23:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-22 11:33:24 +0700 |
commit | fa4e0d859afce038e8c2ef0d60c39bd6757127dc (patch) | |
tree | d726ffe2e5f417c81f8538e4ed8d5c6502dacd36 | |
parent | 40e16a164cdb0a04fb6b5e3af63fa03f28318fc7 (diff) |
audio/pithos: Fix ninja usage
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/pithos/pithos.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/pithos/pithos.SlackBuild b/audio/pithos/pithos.SlackBuild index cf5a630c5a9e..63b8f80ddb7d 100644 --- a/audio/pithos/pithos.SlackBuild +++ b/audio/pithos/pithos.SlackBuild @@ -88,8 +88,7 @@ meson \ --infodir=/usr/info \ $PRGNAM-$VERSION \ $PRGNAM-$VERSION/build -"${NINJA:=ninja}" -DESTDIR=$PKG $NINJA -C $PRGNAM-$VERSION/build install +DESTDIR=$PKG ${NINJA:=ninja} -C $PRGNAM-$VERSION/build install cat $CWD/contrib/pithosctl > $PKG/usr/bin/pithosctl chmod 0755 $PKG/usr/bin/pithosctl |