mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* instruby.rb: should not contain destdir in shebang line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0243dab598
commit
0505b3889c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jan 23 06:37:01 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||
|
||||
* instruby.rb: should not contain destdir in shebang line.
|
||||
|
||||
Wed Jan 22 23:19:57 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/win32.c (pipe_exec): remove unnecessary SetStdHandle().
|
||||
|
|
|
@ -51,7 +51,7 @@ arc = CONFIG["LIBRUBY_A"]
|
|||
|
||||
makedirs [bindir, libdir, rubylibdir, archlibdir, sitelibdir, sitearchlibdir]
|
||||
|
||||
ruby_bin = File.join(bindir, ruby_install_name)
|
||||
ruby_bin = File.join(CONFIG["bindir"], ruby_install_name)
|
||||
|
||||
install ruby_install_name+exeext, ruby_bin+exeext, 0755
|
||||
if rubyw_install_name and !rubyw_install_name.empty?
|
||||
|
|
Loading…
Add table
Reference in a new issue