mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #4435 from HiassofT/le10-ant2
apache-ant: make sure ${TOOLCHAIN}/bin exists
This commit is contained in:
commit
7864ad719e
@ -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