Commit 7f919690 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Tools: create also the lib folder for ant

parent ccbf5bcd
......@@ -259,8 +259,8 @@ ant: apache-ant-$(ANT_VERSION).tar.bz2
$(MOVE)
.ant: ant
mkdir -p $(PREFIX)/bin
(cp $</bin/* $(PREFIX)/bin/ && cp $</lib/* $(PREFIX)/lib/)
(mkdir -p $(PREFIX)/bin && cp $</bin/* $(PREFIX)/bin/)
(mkdir -p $(PREFIX)/lib && cp $</lib/* $(PREFIX)/lib/)
touch $@
CLEAN_PKG += ant
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment