diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-25 06:36:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-25 06:36:03 +0000 |
commit | c06eeaf15b3b15b94a3afa5b64d173e5bd454c1d (patch) | |
tree | 813070e15b80c9bb4aefbaa61714d3ee49fc3afb /devel/ruby-setup.rb/files/patch-ruby-install.rb | |
parent | De-pkg-comment for my ports. (diff) |
Update to 3.1.4.
Notes
Notes:
svn path=/head/; revision=76450
Diffstat (limited to 'devel/ruby-setup.rb/files/patch-ruby-install.rb')
-rw-r--r-- | devel/ruby-setup.rb/files/patch-ruby-install.rb | 18 |
1 files changed, 11 insertions, 7 deletions
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 + + |