diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-22 21:37:38 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-22 21:37:38 +0000 |
commit | 0505b3889c42697d82de3d9b4565b91a55878de6 (patch) | |
tree | 108f6f4f5b952d50011eae3563bbb2a29c074b21 /instruby.rb | |
parent | 0243dab59887193ae86a69d06f25747f21a4235b (diff) |
* 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
Diffstat (limited to 'instruby.rb')
-rw-r--r-- | instruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb index 07f7aff507..c414ad1d62 100644 --- a/instruby.rb +++ b/instruby.rb @@ -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? |