Skip to content

Commit

Permalink
Fix for double compilation of FFMPEG during certain circumstances
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Winsor committed Jul 9, 2011
1 parent b7c409e commit c6f9921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion recipes/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6f9921

Please sign in to comment.