diff --git a/extra/lirc/PKGBUILD b/extra/lirc/PKGBUILD index 504f079c2..606501b27 100644 --- a/extra/lirc/PKGBUILD +++ b/extra/lirc/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=lirc pkgname=('lirc' 'lirc-utils') pkgver=0.9.0 -pkgrel=45 +pkgrel=46 epoch=1 arch=('i686' 'x86_64') url="http://www.lirc.org/" @@ -30,8 +30,8 @@ md5sums=('b232aef26f23fe33ea8305d276637086' '1f8b104a2365d9f93404b143f499059b' '087a7d102e1c96bf1179f38db2b0b237' '3deb02604b37811d41816e9b4385fcc3' - 'dab8a73bcc5fd5479d8750493d8d97dc' - 'c2e20fe68b034df752dba2773db16ebe' + '1c7ceace42da44f41e5a42b4dd3b3d76' + '121283a6de274e52ed86522aecd0f6e5' '07131d117fcfe9dcd50c453c3a5e9531' 'febf25c154a7d36f01159e84f26c2d9a') @@ -54,7 +54,7 @@ build() { autoreconf PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \ - --with-driver=userspace --with-transmitter + --with-driver=userspace --sbindir=/usr/bin --with-transmitter make } diff --git a/extra/lirc/lirc.service b/extra/lirc/lirc.service index 953601fd3..2123348fd 100644 --- a/extra/lirc/lirc.service +++ b/extra/lirc/lirc.service @@ -3,7 +3,7 @@ Description=Linux Infrared Remote Control [Service] ExecStartPre=/usr/bin/ln -sf /run/lirc/lircd /dev/lircd -ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid +ExecStart=/usr/bin/lircd --pidfile=/run/lirc/lircd.pid Type=forking PIDFile=/run/lirc/lircd.pid diff --git a/extra/lirc/lircm.service b/extra/lirc/lircm.service index 6b258e312..eedcf5d8f 100644 --- a/extra/lirc/lircm.service +++ b/extra/lirc/lircm.service @@ -4,7 +4,7 @@ After=lirc.service Wants=lirc.service [Service] -ExecStart=/usr/sbin/lircmd -u +ExecStart=/usr/bin/lircmd -u Type=forking [Install]