From c06eeaf15b3b15b94a3afa5b64d173e5bd454c1d Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 25 Feb 2003 06:36:03 +0000 Subject: Update to 3.1.4. --- devel/ruby-setup.rb/files/patch-ruby-install.rb | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'devel/ruby-setup.rb/files/patch-ruby-install.rb') diff --git a/devel/ruby-setup.rb/files/patch-ruby-install.rb b/devel/ruby-setup.rb/files/patch-ruby-install.rb index d2ebf39a17a0..a64e7e16fce2 100644 --- a/devel/ruby-setup.rb/files/patch-ruby-install.rb +++ b/devel/ruby-setup.rb/files/patch-ruby-install.rb @@ -1,7 +1,11 @@ ---- 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 +--- ruby-install.rb.orig Tue Feb 25 15:33:48 2003 ++++ ruby-install.rb Tue Feb 25 15:34:14 2003 +@@ -857,7 +857,7 @@ + class ToplevelInstaller < Installer + + def self.invoke +- new(File.dirname($0)).invoke ++ new(Dir.pwd).invoke + end + + -- cgit v1.2.3