diff options
author | James Meyer <james.meyer@operamail.com> | 2013-06-04 19:46:45 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-06-04 19:46:45 (GMT) |
commit | cc663d6f0e4f3ef5fc7e13007d6ba5c6792bbb4b (patch) | |
tree | ee8bdb0cba9146396eb3707c1f122a5aa6eaf881 /abs/extra/xbmc | |
parent | d068c8d3408181d65f458563438b38560b71c9e8 (diff) | |
download | linhes_pkgbuild-cc663d6f0e4f3ef5fc7e13007d6ba5c6792bbb4b.zip linhes_pkgbuild-cc663d6f0e4f3ef5fc7e13007d6ba5c6792bbb4b.tar.gz linhes_pkgbuild-cc663d6f0e4f3ef5fc7e13007d6ba5c6792bbb4b.tar.bz2 |
xbmc: Fix xml to call the shell script for xbmc instead of xbmc directly
refs #908
closes #908
Diffstat (limited to 'abs/extra/xbmc')
-rw-r--r-- | abs/extra/xbmc/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra/xbmc/xbmc_lib.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/xbmc/PKGBUILD b/abs/extra/xbmc/PKGBUILD index ecd7fb9..874e0d5 100644 --- a/abs/extra/xbmc/PKGBUILD +++ b/abs/extra/xbmc/PKGBUILD @@ -9,7 +9,7 @@ _prefix=/usr pkgname=xbmc pkgver=11.0 -pkgrel=9 +pkgrel=10 pkgdesc="A software media player and entertainment hub for digital media" arch=('i686' 'x86_64') url="http://xbmc.org" @@ -109,4 +109,4 @@ package() { md5sums=('9e8a26ee25173c7268abea7f1d82d428' '5aa2e21a1f9fea60a2e5bb345e5aefd0' 'e48a3d87984669ef206e902bc8290ff9' - '6c4ab6c8a5ef748786c7602bb2a9ef99') + '8c5cd1b5e7660a49ccd2f99967180a82') diff --git a/abs/extra/xbmc/xbmc_lib.conf b/abs/extra/xbmc/xbmc_lib.conf index df88abb..2dbb10f 100644 --- a/abs/extra/xbmc/xbmc_lib.conf +++ b/abs/extra/xbmc/xbmc_lib.conf @@ -2,7 +2,7 @@ <button> <type>MENU_XBMC</type> <text>Launch XBMC</text> - <action>EXEC /usr/bin/xbmc</action> + <action>EXEC /usr/LH/bin/xbmc.sh</action> </button> <!--#XBMC--> |