Sha256: 2570d855b600cbef11a1e54f3a4c13cdb131d425a686e4a49e8c172ac8dbfea0

Contents?: true

Size: 243 Bytes

Versions: 11

Compression:

Stored size: 243 Bytes

Contents

require 'rbconfig'

mf = File.read('Makefile')
mf = mf.gsub(/^BINDIR\s*=.*$/, "BINDIR = #{Config::CONFIG['bindir']}")
mf = mf.gsub(/^SITELIBDIR\s*=.*$/, "SITELIBDIR = #{Config::CONFIG['sitelibdir']}")
File.open('Makefile', 'wb') {|f| f << mf}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jruby-launcher-1.0.9-java extconf.rb
jruby-launcher-1.0.8-java extconf.rb
jruby-launcher-1.0.7-java extconf.rb
jruby-launcher-1.0.6-java extconf.rb
jruby-launcher-1.0.5-java extconf.rb
jruby-launcher-1.0.4-java extconf.rb
jruby-launcher-1.0.3-java extconf.rb
jruby-launcher-1.0.2-java extconf.rb
jruby-launcher-1.0.1-java extconf.rb
jruby-launcher-1.0-java extconf.rb
jruby-launcher-0.9.9-java extconf.rb