mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* instruby.rb: fileutils.rb accepts only one argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
585cf46325
commit
46f9785468
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Dec 27 13:28:14 2002 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
|
* instruby.rb: fileutils.rb accepts only one argument.
|
||||||
|
|
||||||
Fri Dec 27 13:23:29 2002 Minero Aoki <aamine@loveruby.net>
|
Fri Dec 27 13:23:29 2002 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
* lib/fileutils.rb (fu_parseargs): reject illegal options
|
* lib/fileutils.rb (fu_parseargs): reject illegal options
|
||||||
|
|
|
@ -47,7 +47,7 @@ dll = CONFIG["LIBRUBY_SO"]
|
||||||
lib = CONFIG["LIBRUBY"]
|
lib = CONFIG["LIBRUBY"]
|
||||||
arc = CONFIG["LIBRUBY_A"]
|
arc = CONFIG["LIBRUBY_A"]
|
||||||
|
|
||||||
makedirs bindir, libdir, rubylibdir, archlibdir, sitelibdir, sitearchlibdir, mandir
|
makedirs [bindir, libdir, rubylibdir, archlibdir, sitelibdir, sitearchlibdir, mandir]
|
||||||
|
|
||||||
install ruby_install_name+exeext, File.join(bindir, ruby_install_name+exeext), 0755
|
install ruby_install_name+exeext, File.join(bindir, ruby_install_name+exeext), 0755
|
||||||
if rubyw_install_name and !rubyw_install_name.empty?
|
if rubyw_install_name and !rubyw_install_name.empty?
|
||||||
|
|
Loading…
Reference in a new issue