1
0
Fork 0
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:
Hiroshi SHIBATA 2019-10-24 16:11:01 +09:00
parent 281f754126
commit 2791989a31
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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")