diff --git a/metadata.rb b/metadata.rb index 06875b7ad9..bd599731b3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ license "Apache 2.0" description "Installs and configures FFMPEG from source or package" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.1.0" +version "0.1.1" supports "ubuntu", "10.04" diff --git a/recipes/source.rb b/recipes/source.rb index a50a63eff5..41d84b6eb9 100644 --- a/recipes/source.rb +++ b/recipes/source.rb @@ -70,7 +70,7 @@ variables( :compile_flags => node[:ffmpeg][:compile_flags] ) - notifies :run, "bash[compile_ffmpeg]", :immediately + notifies :run, "bash[compile_ffmpeg]" end bash "compile_ffmpeg" do