diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-25 02:23:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-25 02:23:30 +0000 |
commit | 197c8cfc17948ebdda98832b0b6cc05dd1294d99 (patch) | |
tree | b26016b7acde7ac5a320c210fc67d234485f7f06 /devel/ruby-setup.rb/files/patch-ruby-install.rb | |
parent | 9fd97a9ecc1cebbd6ca1240a5da336c448c78b40 (diff) | |
download | ports-197c8cfc17948ebdda98832b0b6cc05dd1294d99.tar.gz ports-197c8cfc17948ebdda98832b0b6cc05dd1294d99.zip |
- 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-'.
Notes
Notes:
svn path=/head/; revision=59945
Diffstat (limited to 'devel/ruby-setup.rb/files/patch-ruby-install.rb')
-rw-r--r-- | devel/ruby-setup.rb/files/patch-ruby-install.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/ruby-setup.rb/files/patch-ruby-install.rb b/devel/ruby-setup.rb/files/patch-ruby-install.rb new file mode 100644 index 000000000000..d2ebf39a17a0 --- /dev/null +++ b/devel/ruby-setup.rb/files/patch-ruby-install.rb @@ -0,0 +1,7 @@ +--- 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 |