summaryrefslogtreecommitdiff
path: root/devel/ruby-metaruby/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-metaruby/files')
-rw-r--r--devel/ruby-metaruby/files/patch-extconf.rb25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/ruby-metaruby/files/patch-extconf.rb b/devel/ruby-metaruby/files/patch-extconf.rb
deleted file mode 100644
index d7dcbad3f6c1..000000000000
--- a/devel/ruby-metaruby/files/patch-extconf.rb
+++ /dev/null
@@ -1,25 +0,0 @@
---- extconf.rb.orig Tue Sep 18 11:03:21 2001
-+++ extconf.rb Tue Sep 18 18:10:04 2001
-@@ -34,18 +34,18 @@
- f.puts
-
- f.puts "install::"
-- f.puts "\t@mkdir $(DESTDIR)/Hollow $(DESTDIR)/lgram || true"
-+ f.puts "\t@mkdir -p $(DESTDIR)/Hollow $(DESTDIR)/lgram"
- FILES1.each {|fn1|
- fn2 = fn1
-- f.puts "\tinstall --mode 644 #{fn2} $(DESTDIR)/#{fn2}"
-+ f.puts "\tinstall -m 644 #{fn2} $(DESTDIR)/#{fn2}"
- }
- FILES2.each {|fn1|
- fn2 = "Hollow/#{fn1}"
-- f.puts "\tinstall --mode 644 #{fn2} $(DESTDIR)/#{fn2}"
-+ f.puts "\tinstall -m 644 #{fn2} $(DESTDIR)/#{fn2}"
- }
- FILES3.each {|fn1|
- fn2 = "lgram/#{fn1}"
-- f.puts "\tinstall --mode 644 #{fn2} $(DESTDIR)/#{fn2}"
-+ f.puts "\tinstall -m 644 #{fn2} $(DESTDIR)/#{fn2}"
- }
- }
-