mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adopt the directory structure of ruby repository for racc extension.
This commit is contained in:
parent
995ae6d529
commit
ad38f02645
1 changed files with 2 additions and 2 deletions
|
@ -214,9 +214,9 @@ def sync_default_gems(gem)
|
|||
`rm -rf lib/racc* ext/racc test/racc`
|
||||
`cp -rf ../racc/lib/racc* lib`
|
||||
`mkdir -p ext/racc/cparse`
|
||||
`cp -rf ../racc/ext/racc/* ext/racc/cparse`
|
||||
`rm -rf ext/racc/cparse/MANIFEST ext/racc/cparse/com`
|
||||
`cp -rf ../racc/ext/racc/cparse/* ext/racc/cparse`
|
||||
`cp -rf ../racc/test test/racc`
|
||||
`git checkout ext/racc/cparse/README`
|
||||
when "rexml", "rss", "matrix", "irb", "csv", "shell", "logger", "ostruct", "scanf", "webrick", "fileutils", "forwardable", "prime", "tracer", "ipaddr", "cmath", "mutex_m", "sync"
|
||||
sync_lib gem
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue