Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
clearsilver
> clearsilver-ruby_install.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File clearsilver-ruby_install.patch of Package clearsilver
# # 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