From 2791989a311d14fbd69dd1ea0c1eeac521382427 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 24 Oct 2019 16:11:01 +0900 Subject: Fixed sync path of e2mmap structure for gemspec. --- tool/sync_default_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') 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") -- cgit v1.2.3