diff options
Diffstat (limited to 'extra/pulseaudio/PKGBUILD')
-rw-r--r-- | extra/pulseaudio/PKGBUILD | 1 |
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/ ' )" |