mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
parent
d2087f1cde
commit
c74d306b22
Notes:
git
2020-05-08 14:14:18 +09:00
1 changed files with 1 additions and 3 deletions
|
@ -324,9 +324,7 @@ By default, this RubyGems will install gem as:
|
||||||
pem_files = pem_files_in path
|
pem_files = pem_files_in path
|
||||||
|
|
||||||
Dir.chdir path do
|
Dir.chdir path do
|
||||||
install_file_list(lib_files, lib_dir)
|
install_file_list(lib_files + pem_files, lib_dir)
|
||||||
|
|
||||||
install_file_list(pem_files, lib_dir)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue