mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Clean up empty directory
This commit is contained in:
parent
5258e8b1cd
commit
b59cbcf183
@ -390,6 +390,7 @@ module SyncDefaultGems
|
||||
cp_r("#{upstream}/resolv.gemspec", "lib")
|
||||
cp_r("#{upstream}/ext/win32/resolv", "ext/win32")
|
||||
move("ext/win32/resolv/lib/win32/resolv.rb", "ext/win32/lib/win32")
|
||||
rm_rf("ext/win32/resolv/lib") # Clean up empty directory
|
||||
cp_r("#{upstream}/test/resolv", "test")
|
||||
`git checkout ext/win32/resolv/depend`
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user