Skip to content

Commit

Permalink
Fixed sync path of e2mmap structure for gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 24, 2019
1 parent 281f754 commit 2791989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/sync_default_gems.rb
Expand Up @@ -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")
Expand Down

0 comments on commit 2791989

Please sign in to comment.