mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- fix path
This commit is contained in:
parent
67653575e9
commit
686690a2ad
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -53,9 +53,9 @@ build/ruby/logstash/runner.class: lib/logstash/runner.rb | build/ruby $(JRUBY)
|
|||
.PHONY: copy-ruby-files
|
||||
copy-ruby-files: | build/ruby
|
||||
@# Copy lib/ and test/ files to the root.
|
||||
$(QUIET)find ./lib -name '*.rb' | sed -e 's,^lib/,,' \
|
||||
$(QUIET)find ./lib -name '*.rb' | sed -e 's,^\./lib/,,' \
|
||||
| (cd lib; cpio -p --make-directories ../build/ruby)
|
||||
$(QUIET)find ./test -name '*.rb' | sed -e 's,^test/,,' \
|
||||
$(QUIET)find ./test -name '*.rb' | sed -e 's,^\./test/,,' \
|
||||
| (cd test; cpio -p --make-directories ../build/ruby)
|
||||
|
||||
vendor:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue