mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- fix missing geoip (rolls back a previous accidental commit)
This commit is contained in:
parent
fe8e86a1b0
commit
cec069d439
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -181,7 +181,7 @@ build/monolith: compile copy-ruby-files vendor/jar/graphtastic-rmiclient.jar
|
|||
-$(QUIET)rm -f $@/META-INF/LICENSE $@/META-INF/LICENSE.txt
|
||||
-$(QUIET)mkdir -p $@/vendor/ua-parser
|
||||
-$(QUIET)cp vendor/ua-parser/regexes.yaml $@/vendor/ua-parser
|
||||
#$(QUIET)cp $(GEOIP) $@/
|
||||
$(QUIET)cp $(GEOIP) $@/
|
||||
-$(QUIET)rsync -a vendor/kibana/ $@/vendor/kibana/
|
||||
|
||||
vendor/ua-parser/: | build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue