SHA256
1
0
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:
Takashi Iwai 2014-11-12 12:07:02 +00:00 committed by Git OBS Bridge
parent c440cc70c5
commit 7e0e128c05
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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
}