mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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() {
|
||||
# Variables used in mkimage script must be passed
|
||||
env \
|
||||
PATH="${PATH}:/sbin" \
|
||||
ROOT="${ROOT}" \
|
||||
SCRIPTS="${SCRIPTS}" \
|
||||
TOOLCHAIN="${TOOLCHAIN}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user