summaryrefslogtreecommitdiff
path: root/devel/ruby-setup.rb/files/patch-ruby-install.rb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-08-27 16:20:59 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-08-27 16:20:59 +0000
commit084f1296c2ea1691bbb939180f2318433083dd00 (patch)
tree9f4eabd5ba24820cd95eb5d13fdcdf1d8f956c89 /devel/ruby-setup.rb/files/patch-ruby-install.rb
parentIncorporate a patch from [ruby-dev:21263] to fix the problem where it (diff)
Update to 3.2.0.
Notes
Notes: svn path=/head/; revision=87797
Diffstat (limited to 'devel/ruby-setup.rb/files/patch-ruby-install.rb')
-rw-r--r--devel/ruby-setup.rb/files/patch-ruby-install.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ruby-setup.rb/files/patch-ruby-install.rb b/devel/ruby-setup.rb/files/patch-ruby-install.rb
deleted file mode 100644
index a64e7e16fce2..000000000000
--- a/devel/ruby-setup.rb/files/patch-ruby-install.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
-
-