Accepting request 261240 from home:tiwai:branches:multimedia:libs
- Fix setup-pulseaudio script not to leave $ALSA_CONFIG_PATH when alsa-plugins-pulse isn't installed (bnc#905055) OBS-URL: https://build.opensuse.org/request/show/261240 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=145
This commit is contained in:
parent
e631ed13e4
commit
3838faad6a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 12 12:53:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix setup-pulseaudio script not to leave $ALSA_CONFIG_PATH when
|
||||||
|
alsa-plugins-pulse isn't installed (bnc#905055)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 14:49:17 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:49:17 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -81,6 +81,7 @@ enable_alsa() {
|
|||||||
set_variable ALSA_CONFIG_PATH /etc/alsa-pulse.conf
|
set_variable ALSA_CONFIG_PATH /etc/alsa-pulse.conf
|
||||||
else
|
else
|
||||||
echo "Missing /etc/alsa-pluse.conf; please install alsa-plugins-pulse package"
|
echo "Missing /etc/alsa-pluse.conf; please install alsa-plugins-pulse package"
|
||||||
|
delete_variable ALSA_CONFIG_PATH
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user