forked from pool/pulseaudio
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
c440cc70c5
commit
7e0e128c05
@ -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
|
||||
|
||||
|
@ -81,6 +81,7 @@ enable_alsa() {
|
||||
set_variable ALSA_CONFIG_PATH /etc/alsa-pulse.conf
|
||||
else
|
||||
echo "Missing /etc/alsa-pluse.conf; please install alsa-plugins-pulse package"
|
||||
delete_variable ALSA_CONFIG_PATH
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user