Changes of Revision 5
[-] [+] | Added | clearsilver-ruby_install.patch |
@@ -0,0 +1,16 @@ +# +# this patch adds DESTDIR support to the ruby install +# +Index: ruby/Makefile +=================================================================== +--- ruby/Makefile.orig ++++ ruby/Makefile +@@ -41,7 +41,7 @@ + + + install: all +- $(RUBY) install.rb install ++ $(RUBY) install.rb install --prefix=$(DESTDIR) + + clean: + $(RM) ext/hdf/*.o ext/hdf/*.so |