pulseaudio: do not create system runtime dirs, we start it per user.
This commit is contained in:
parent
622c042dad
commit
97f6c7939a
2 changed files with 1 additions and 5 deletions
|
@ -3,9 +3,6 @@
|
|||
#
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
[ ! -d var/run/pulse ] && mkdir -p var/run/pulse
|
||||
[ ! -d var/lib/pulse ] && mkdir -p var/lib/pulse
|
||||
|
||||
cat <<_EOF
|
||||
=====================================================================
|
||||
|
||||
|
@ -20,7 +17,6 @@ ctl.!default {
|
|||
type pulse
|
||||
}
|
||||
|
||||
# Explicit PulseAudio device
|
||||
pcm.pulse {
|
||||
type pulse
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pulseaudio'
|
||||
pkgname=pulseaudio
|
||||
version=0.9.21
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-samplerate --disable-oss-output --disable-oss-wrapper
|
||||
|
|
Loading…
Reference in a new issue