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:
Matthias Reichl 2020-06-20 17:46:09 +02:00
parent 620e43735a
commit 8c96503fc0

View File

@ -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
}