mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-imx - fixed typo in service configuration
This commit is contained in:
parent
573d4c5ddf
commit
bc582cacaa
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ pkgbase=kodi
|
|||
pkgname=('kodi-imx' 'kodi-imx-eventclients')
|
||||
pkgver=15.1
|
||||
_codename=Isengard
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('armv7h')
|
||||
url="http://kodi.tv"
|
||||
license=('GPL2')
|
||||
|
@ -46,7 +46,7 @@ source=(
|
|||
sha256sums=('72b2610d8fbff807128d74429f25bf6716ba880c27c2c5d9fad012ec7fc70705'
|
||||
'6d9822d97b9e1268c04078f6c9b6316eb013f95f96f90034b51fa7473b9752ff'
|
||||
'0e16e4d2ec0c0e1810fe1ad6a7c4dee99d6fc0f49502f0e836210f5dd537d92d'
|
||||
'd88c0220aea777883378c2f8897186b6c068dadd5a4f2696afdabda63641b65d'
|
||||
'75eae110b6ca1c844505a231b453377afb092ef3969a31c8f4c72a3c3247381a'
|
||||
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96'
|
||||
'db6372248015fa4e663bf789e4f7121b5a9ade323f361994bbd6f135ce169123')
|
||||
prepare() {
|
||||
|
|
|
@ -11,7 +11,7 @@ ExecStartPre = /bin/sh -c "dmesg -D"
|
|||
ExecStartPre = /bin/sh -c "echo 0 > /sys/class/graphics/fbcon/cursor_blink"
|
||||
ExecStart = /usr/bin/kodi-standalone -l /run/lirc/lircd
|
||||
ExecStopPost = /bin/sh -c "echo 1 > /sys/class/graphics/fbcon/cursor_blink"
|
||||
ExexStopPost = /bin/sh -c "dmesg -E"
|
||||
ExecStopPost = /bin/sh -c "dmesg -E"
|
||||
Restart = on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue