evtest: rebuild with xbmc.python API 2.0, source /etc/profile in scripts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-01 15:08:02 +01:00
parent 554297b522
commit 7e0a11582f
4 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,6 @@
1.90.1
- depends on xbmc.python API 2.0
1.90.0
- prepare for OpenELEC-1.90 release

View File

@ -20,7 +20,7 @@
PKG_NAME="evtest"
PKG_VERSION="1.29"
PKG_REV="0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://cgit.freedesktop.org/evtest/"

View File

@ -20,6 +20,8 @@
# http://www.gnu.org/copyleft/gpl.html
################################################################################
. /etc/profile
ADDON_DIR="$HOME/.xbmc/addons/debug.tools.evtest"
chmod +x $ADDON_DIR/lib/*

View File

@ -20,6 +20,8 @@
# http://www.gnu.org/copyleft/gpl.html
################################################################################
. /etc/profile
ADDON_DIR="$HOME/.xbmc/addons/debug.tools.evtest"
chmod +x $ADDON_DIR/lib/*