]> git.pld-linux.org Git - packages/geos.git/blame - rubydir.patch
- fixed rubyarch dir
[packages/geos.git] / rubydir.patch
CommitLineData
ce6851f1
JR
1--- geos-3.3.8/macros/ruby.m4~ 2013-07-14 21:24:58.543846706 +0200
2+++ geos-3.3.8/macros/ruby.m4 2013-07-14 21:34:50.456329482 +0200
3@@ -33,7 +33,7 @@
4 RUBY_LIB_DIR=`$RUBY -rrbconfig -e 'puts Config::CONFIG[["libdir"]]'`
5
6 dnl Get Ruby extensions directory
7- RUBY_EXTENSION_DIR=`$RUBY -rrbconfig -e 'puts Config::CONFIG[["sitearchdir"]]'`
8+ RUBY_EXTENSION_DIR=`$RUBY -rrbconfig -e 'puts Config::CONFIG[["vendorarchdir"]]'`
9
10 dnl Get Ruby shared library name, this does not include the lib prefix or extension name
11 RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts Config::CONFIG[["RUBY_SO_NAME"]]'`
This page took 0.076157 seconds and 4 git commands to generate.