mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed sync path of e2mmap structure for gemspec.
This commit is contained in:
parent
281f754126
commit
2791989a31
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ def sync_default_gems(gem)
|
|||
when "e2mmap"
|
||||
rm_rf(%w[lib/e2mmap*])
|
||||
cp_r(Dir.glob("#{upstream}/lib/*"), "lib")
|
||||
cp_r("#{upstream}/e2mmap.gemspec", "lib")
|
||||
cp_r("#{upstream}/e2mmap.gemspec", "lib/e2mmap")
|
||||
when "strscan"
|
||||
rm_rf(%w[ext/strscan test/strscan])
|
||||
cp_r("#{upstream}/ext/strscan", "ext")
|
||||
|
|
Loading…
Add table
Reference in a new issue