media-video/pipewire: Fix '/dev/null'": No such file or directory

Closes: https://bugs.gentoo.org/960627
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Part-of: https://github.com/gentoo/gentoo/pull/43140
Closes: https://github.com/gentoo/gentoo/pull/43140
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Brahmajit Das
2025-07-24 21:35:15 +05:30
committed by Sam James
parent fa705c04c1
commit adcdd98e9c
2 changed files with 3 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ then
. "${CONF}"
fi
: "${GENTOO_PIPEWIRE_LOG:='/dev/null'}"
: "${GENTOO_PIPEWIRE_PULSE_LOG:='/dev/null'}"
: "${GENTOO_WIREPLUMBER_LOG:='/dev/null'}"
: "${GENTOO_PIPEWIRE_LOG:=/dev/null}"
: "${GENTOO_PIPEWIRE_PULSE_LOG:=/dev/null}"
: "${GENTOO_WIREPLUMBER_LOG:=/dev/null}"
for L in \
"${GENTOO_PIPEWIRE_LOG}" \