summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/sync_default_gems.rb')
-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 a9fc41f87a..77a641a95f 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -181,7 +181,7 @@ def sync_default_gems(gem)
when "thwait"
`rm -rf lib/thwait*`
`cp -rf ../thwait/lib/* lib`
- `cp -rf ../thwait/thwait.gemspec lib`
+ `cp -rf ../thwait/thwait.gemspec lib/thwait`
when "e2mmap"
`rm -rf lib/e2mmap*`
`cp -rf ../e2mmap/lib/* lib`