mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
busybox: add addons to PATH
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5c8c579fd4
commit
c31436dcb6
@ -25,4 +25,9 @@
|
||||
|
||||
PATH="/bin:/sbin:/usr/bin:/usr/sbin"
|
||||
|
||||
# hack: add addons to $PATH
|
||||
for i in `find /storage/.xbmc/addons/* -name bin -type d`; do
|
||||
PATH="$PATH:$i"
|
||||
done
|
||||
|
||||
export PATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user