lirc: build with default state dir /var/run/lirc

This commit is contained in:
MilhouseVH 2018-04-18 20:46:21 +01:00
parent 708f460e58
commit 3f77fa32b1
4 changed files with 4 additions and 5 deletions

View File

@ -10,8 +10,8 @@
nodaemon = False
driver = default
device = /dev/lirc0
output = /run/lirc/lircd.socket
pidfile = /run/lirc/lircd.pid
output = /var/run/lirc/lircd.socket
pidfile = /var/run/lirc/lircd.pid
plugindir = /usr/lib/lirc/plugins
permission = 666
allow-simulate = No

View File

@ -32,7 +32,6 @@ PKG_TOOLCHAIN="autotools"
PKG_PYTHON_WANTED=Python2
PKG_CONFIGURE_OPTS_TARGET="--enable-devinput \
--localstatedir=/ \
--with-gnu-ld \
--without-x"

View File

@ -1,5 +1,5 @@
[Socket]
ListenStream=/run/lirc/lircd.socket
ListenStream=/var/run/lirc/lircd.socket
[Install]
WantedBy=sockets.target

View File

@ -16,4 +16,4 @@
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
d /run/lirc 0755 root root - -
d /var/run/lirc 0755 root root - -