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 ...@@ -259,8 +259,8 @@ ant: apache-ant-$(ANT_VERSION).tar.bz2
$(MOVE) $(MOVE)
.ant: ant .ant: ant
mkdir -p $(PREFIX)/bin (mkdir -p $(PREFIX)/bin && cp $</bin/* $(PREFIX)/bin/)
(cp $</bin/* $(PREFIX)/bin/ && cp $</lib/* $(PREFIX)/lib/) (mkdir -p $(PREFIX)/lib && cp $</lib/* $(PREFIX)/lib/)
touch $@ touch $@
CLEAN_PKG += ant 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