ports/devel/ruby-setup.rb/files/patch-ruby-install.rb
Akinori MUSHA 197c8cfc17 - Install install.rb and setup.rb as libraries again.
- Install a slightly patched version of the scripts that work
  stand-alone under ${PREFIX}/bin/ prefixing `ruby-'.
2002-05-25 02:23:30 +00:00

7 lines
258 B
Ruby

--- ruby-install.rb.orig Tue May 7 13:52:44 2002
+++ ruby-install.rb Sat May 25 11:06:48 2002
@@ -1006,3 +1006,3 @@
begin
- installer = ToplevelInstaller.new( File.dirname($0) )
+ installer = ToplevelInstaller.new( Dir.pwd )
installer.execute