summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2021-09-17 05:23:43 +0200
committer Willy Sudiarto Raharjo2021-09-22 06:33:24 +0200
commitfa4e0d859afce038e8c2ef0d60c39bd6757127dc (patch)
treed726ffe2e5f417c81f8538e4ed8d5c6502dacd36
parent40e16a164cdb0a04fb6b5e3af63fa03f28318fc7 (diff)
downloadslackbuilds-fa4e0d859afce038e8c2ef0d60c39bd6757127dc.tar.gz
audio/pithos: Fix ninja usage
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/pithos/pithos.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/pithos/pithos.SlackBuild b/audio/pithos/pithos.SlackBuild
index cf5a630c5a..63b8f80ddb 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