gem.gems.haml-3.1.1.vendor.sass.ext.extconf.rb Maven / Gradle / Ivy
root = File.expand_path("../..", __FILE__)
File.open(File.expand_path("lib/sass/root.rb", root), "w") do |f|
f << <<-RUBY
module Sass
ROOT_DIR = #{root.inspect}
end
RUBY
end
File.open('Makefile', 'w') { |f| f.puts("install:\n\t$(exit 0)") }