- some systems might not have unzip but probably have jar since

java is required.
This commit is contained in:
Jordan Sissel 2011-06-30 17:55:38 -07:00
parent 35830f61c0
commit 56e68807ee

View file

@ -4,7 +4,8 @@ elasticsearch-%.zip:
elasticsearch-%:
$(MAKE) $@.zip
unzip $@.zip
#unzip $@.zip
jar xf $@.xip
init-elasticsearch-%:
$(MAKE) elasticsearch-$*