xbmc: change lircd to /var/run/lirc/lircd

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-19 18:29:04 +02:00
parent 9947e0f006
commit 716be92fd3

View File

@ -28,7 +28,7 @@
progress "starting XBMC"
XBMC_ARGS="--standalone -fs --lircdev /dev/lircd"
XBMC_ARGS="--standalone -fs --lircdev /var/run/lirc/lircd"
# starting pulseaudio if avaible
[ -f /usr/bin/pulseaudio ] && /usr/bin/pulseaudio \