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:
Takashi Iwai 2021-11-29 14:06:51 +00:00 committed by Git OBS Bridge
parent e74fa2a5ac
commit 79276d50c1

View File

@ -67,7 +67,7 @@ setup_gconf_vendor() {
}
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
return 1
}