summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/pulseaudio/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/pulseaudio/PKGBUILD b/extra/pulseaudio/PKGBUILD
index 38cc6b67..acca11f6 100644
--- a/extra/pulseaudio/PKGBUILD
+++ b/extra/pulseaudio/PKGBUILD
@@ -35,6 +35,7 @@ eval "$(
declare -f check | \
sed '
s/meson test -C build --print-errorlogs/meson test -C build --print-errorlogs || true/
+ s/ninja -C build test-daemon/ninja -C build test-daemon || true/
'
)"