lib/sprinkle/installers/source.rb in crafterm-sprinkle-0.1.0 vs lib/sprinkle/installers/source.rb in crafterm-sprinkle-0.1.1
- old
+ new
@@ -50,10 +50,10 @@
end
def configure_commands
return [] if custom_install?
- command = "bash -c 'cd #{build_dir} && ./configure --silent --prefix #{@options[:prefix]} "
+ command = "bash -c 'cd #{build_dir} && ./configure --prefix=#{@options[:prefix]} "
extras = {
:enable => '--enable', :disable => '--disable',
:with => '--with', :without => '--without'
}