[vlc-commits] Tools: create also the lib folder for ant
Jean-Baptiste Kempf
git at videolan.org
Fri Oct 17 10:55:01 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 17 10:54:41 2014 +0200| [7f9196902c69a0f93fcdc9077c0ddacd5667afb2] | committer: Jean-Baptiste Kempf
Tools: create also the lib folder for ant
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f9196902c69a0f93fcdc9077c0ddacd5667afb2
---
extras/tools/tools.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index e204420..5387905 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -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
More information about the vlc-commits
mailing list