summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-10-24 16:11:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-10-24 16:11:01 +0900
commit2791989a311d14fbd69dd1ea0c1eeac521382427 (patch)
treeb125556c40719c1058fce322de2089d7c55a4474 /tool
parent281f754126a9edf003e347f28ab20e154e22464d (diff)
Fixed sync path of e2mmap structure for gemspec.
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index d747b282a6..58e1c3bd4a 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -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")