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/xbmc_lib.conf | |
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/xbmc_lib.conf')
-rw-r--r-- | abs/extra/xbmc/xbmc_lib.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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--> |