mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
tool/sync_default_gems.rb: fix path for openssl
This commit is contained in:
parent
7c6b56801e
commit
8737878248
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ def sync_default_gems(gem)
|
|||
cp_r("#{upstream}/test", "test/openssl")
|
||||
rm_rf("test/openssl/envutil.rb")
|
||||
cp_r("#{upstream}/openssl.gemspec", "ext/openssl")
|
||||
cp_r("#{upstream}/HISTORY.md", "ext/openssl")
|
||||
cp_r("#{upstream}/History.md", "ext/openssl")
|
||||
`git checkout ext/openssl/depend`
|
||||
when "netpop"
|
||||
sync_lib "net-pop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue