mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Follow up r64141 with sync tool.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b7d3d7719e
commit
c4734308b6
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue