mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
system-tools: update addon to 130
This commit is contained in:
parent
a63e4e9f92
commit
60d347b5ec
@ -1,3 +1,19 @@
|
||||
130
|
||||
- bottom: update to 0.6.8
|
||||
- evtest: update to 1.35
|
||||
- htop: update to 3.2.1
|
||||
- inotify-tools: update to 3.22.1.0
|
||||
- mc: update to 4.8.28
|
||||
- oniguruma: update to 6.9.8
|
||||
- screen: update to 4.9.0
|
||||
- sdparm: initial package
|
||||
- smartmontools: update to 7.3
|
||||
- st: update to 0.8.5
|
||||
- system-tools: 7z permissions
|
||||
- system-tools: add sdparm
|
||||
- unrar: update to 6.1.7
|
||||
- vim: update to 8.2.5052
|
||||
|
||||
129
|
||||
- Fix (set) 7z/7za executable flag
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PKG_NAME="system-tools"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="129"
|
||||
PKG_REV="130"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
@ -119,7 +119,7 @@ addon() {
|
||||
|
||||
# jq
|
||||
cp -P $(get_install_dir jq)/usr/bin/jq ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||
cp -P $(get_install_dir oniguruma)/usr/lib/{libonig.so,libonig.so.5,libonig.so.5.2.0} ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
|
||||
cp -P $(get_install_dir oniguruma)/usr/lib/{libonig.so,libonig.so.5,libonig.so.5.3.0} ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
|
||||
|
||||
# libgpiod
|
||||
cp -P $(get_install_dir libgpiod)/usr/bin/{gpiodetect,gpiofind,gpioget,gpioinfo,gpiomon,gpioset} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user