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