mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
apache-ant: make sure ${TOOLCHAIN}/bin exists
this was accidentally removed in 387c11e253 Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
620e43735a
commit
8c96503fc0
@ -17,5 +17,6 @@ makeinstall_host() {
|
||||
mkdir -p ${TOOLCHAIN}/apache-ant/lib
|
||||
cp bin/ant ${TOOLCHAIN}/apache-ant/bin
|
||||
cp lib/*.jar ${TOOLCHAIN}/apache-ant/lib
|
||||
mkdir -p ${TOOLCHAIN}/bin
|
||||
ln -sf ${TOOLCHAIN}/apache-ant/bin/ant ${TOOLCHAIN}/bin/ant
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user