Skip to content

Commit

Permalink
Fix for compilation not occuring if a Chef run fails after the compil…
Browse files Browse the repository at this point in the history
…ed_with_flags file is written to disk but before the compilation resource is run
  • Loading branch information
Jamie Winsor committed Jul 12, 2011
1 parent c6f9921 commit 94842ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
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.1"
version "0.1.2"

supports "ubuntu", "10.04"

Expand Down
2 changes: 1 addition & 1 deletion recipes/source.rb
Expand Up @@ -79,5 +79,5 @@
./configure --prefix=#{node[:ffmpeg][:prefix]} #{node[:ffmpeg][:compile_flags].join(' ')}
make clean && make && make install
EOH
action :nothing
creates "#{node[:ffmpeg][:prefix]}/bin/ffmpeg"
end

0 comments on commit 94842ac

Please sign in to comment.