mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Merge pull request #466 from jordansissel/master
- we don't use sys-uname anymore
This commit is contained in:
commit
b3d5de636a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -201,7 +201,7 @@ build/flatgems: | build vendor/bundle
|
|||
@# Until I implement something that looks at the 'require_paths' from
|
||||
@# all the gem specs.
|
||||
$(QUIET)rsync -a $(VENDOR_DIR)/gems/jruby-openssl-*/lib/shared/jopenssl.jar $@/lib
|
||||
$(QUIET)rsync -a $(VENDOR_DIR)/gems/sys-uname-*/lib/unix/ $@/lib
|
||||
#$(QUIET)rsync -a $(VENDOR_DIR)/gems/sys-uname-*/lib/unix/ $@/lib
|
||||
@# Other lame hacks to get crap to work.
|
||||
$(QUIET)rsync -a $(VENDOR_DIR)/gems/sass-*/VERSION_NAME $@/root/
|
||||
$(QUIET)rsync -a $(VENDOR_DIR)/gems/user_agent_parser-*/vendor/ua-parser $@/vendor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue