]> git.pld-linux.org Git - packages/hivex.git/blob - ruby-vendor-not-site.patch
- updated to 1.3.8
[packages/hivex.git] / ruby-vendor-not-site.patch
1 --- hivex-1.3.8/ruby/Makefile.am.old    2012-02-08 10:57:43.447667670 +0000
2 +++ hivex-1.3.8/ruby/Makefile.am        2012-02-08 10:58:29.024440505 +0000
3 @@ -47,13 +47,13 @@
4         $(RAKE) build
5         $(RAKE) rdoc
6  
7 -RUBY_SITELIB := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']")
8 -RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitearchdir']")
9 +RUBY_VENDORLIB := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['vendorlibdir']")
10 +RUBY_VENDORARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']")
11  
12  install:
13 -       $(MKDIR_P) $(DESTDIR)$(RUBY_SITELIB)
14 -       $(MKDIR_P) $(DESTDIR)$(RUBY_SITEARCH)
15 -       $(INSTALL) -p -m 0644 lib/hivex.rb $(DESTDIR)$(RUBY_SITELIB)
16 -       $(INSTALL) -p -m 0755 ext/hivex/_hivex.so $(DESTDIR)$(RUBY_SITEARCH)
17 +       $(MKDIR_P) $(DESTDIR)$(RUBY_VENDORLIB)
18 +       $(MKDIR_P) $(DESTDIR)$(RUBY_VENDORARCH)
19 +       $(INSTALL) -p -m 0644 lib/hivex.rb $(DESTDIR)$(RUBY_VENDORLIB)
20 +       $(INSTALL) -p -m 0755 ext/hivex/_hivex.so $(DESTDIR)$(RUBY_VENDORARCH)
21  
22  endif
This page took 0.078865 seconds and 3 git commands to generate.