]> git.sesse.net Git - vlc/commitdiff
Tools: create also the lib folder for ant
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 17 Oct 2014 08:54:41 +0000 (10:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 17 Oct 2014 08:54:41 +0000 (10:54 +0200)
extras/tools/tools.mak

index e204420ffba04ad21f857e723e390956edc4e408..5387905c50e4bb60aeade82ca24bdeaa72e9e2fc 100644 (file)
@@ -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