forked from pool/pulseaudio
Accepting request 934566 from home:tiwai:branches:multimedia:libs
Fix a typo in setup-pulseaudio script in the previous SR OBS-URL: https://build.opensuse.org/request/show/934566 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=250
This commit is contained in:
parent
f62f8dc0da
commit
fd84007c1c
@ -67,7 +67,7 @@ setup_gconf_vendor() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
has_user_pulseaudio() {
|
has_user_pulseaudio() {
|
||||||
test -f /etc/systemd/user/sockets.target.wants/pulseaudio.socket && reutrn 0
|
test -f /etc/systemd/user/sockets.target.wants/pulseaudio.socket && return 0
|
||||||
test -f /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket && return 0
|
test -f /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket && return 0
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user