mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/image: drop /sbin from PATH
All programs needed for image creation are available in toolchain. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
1279399385
commit
f4fdfefbed
@ -23,7 +23,6 @@ setup_toolchain target
|
|||||||
function do_mkimage() {
|
function do_mkimage() {
|
||||||
# Variables used in mkimage script must be passed
|
# Variables used in mkimage script must be passed
|
||||||
env \
|
env \
|
||||||
PATH="${PATH}:/sbin" \
|
|
||||||
ROOT="${ROOT}" \
|
ROOT="${ROOT}" \
|
||||||
SCRIPTS="${SCRIPTS}" \
|
SCRIPTS="${SCRIPTS}" \
|
||||||
TOOLCHAIN="${TOOLCHAIN}" \
|
TOOLCHAIN="${TOOLCHAIN}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user