mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
htop: 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:
parent
7e0a11582f
commit
860a79a881
@ -1,3 +1,6 @@
|
|||||||
|
1.90.1
|
||||||
|
- depends on xbmc.python API 2.0
|
||||||
|
|
||||||
1.90.0
|
1.90.0
|
||||||
- prepare for OpenELEC-1.90 release
|
- prepare for OpenELEC-1.90 release
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
PKG_NAME="htop"
|
PKG_NAME="htop"
|
||||||
PKG_VERSION="0.9"
|
PKG_VERSION="0.9"
|
||||||
PKG_REV="0"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://htop.sourceforge.net/"
|
PKG_SITE="http://htop.sourceforge.net/"
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
# http://www.gnu.org/copyleft/gpl.html
|
# http://www.gnu.org/copyleft/gpl.html
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
. /etc/profile
|
||||||
|
|
||||||
ADDON_DIR="$HOME/.xbmc/addons/debug.tools.htop"
|
ADDON_DIR="$HOME/.xbmc/addons/debug.tools.htop"
|
||||||
|
|
||||||
chmod +x $ADDON_DIR/lib/*
|
chmod +x $ADDON_DIR/lib/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user