mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/rbinstall.rb: Don't install *.gemspec under lib/.
[ruby-core:48966] [Bug #7289] Reported by Vit Ondruch. Thanks!!! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
05a05cc62b
commit
e91c04e2e9
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Sat Nov 10 12:13:41 2012 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* tool/rbinstall.rb: Don't install *.gemspec under lib/.
|
||||
[ruby-core:48966] [Bug #7289]
|
||||
Reported by Vit Ondruch. Thanks!!!
|
||||
|
||||
Sat Nov 10 00:49:26 2012 Naohisa Goto <ngotogenome@gmail.com>
|
||||
|
||||
* ruby_atomic.h: renamed from atomic.h to avoid header file name
|
||||
|
|
|
@ -499,7 +499,7 @@ end
|
|||
|
||||
install?(:local, :comm, :lib) do
|
||||
prepare "library scripts", rubylibdir
|
||||
noinst = %w[README* *.txt *.rdoc]
|
||||
noinst = %w[README* *.txt *.rdoc *.gemspec]
|
||||
install_recursive(File.join(srcdir, "lib"), rubylibdir, :no_install => noinst, :mode => $data_mode)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue