Skip to content

Commit

Permalink
Oops, testing for wrong file before downloading poco.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmei committed Aug 7, 2011
1 parent 431d9f1 commit 66ea883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poco/recipes/default.rb
@@ -1,5 +1,5 @@
execute "download poco" do
not_if "test -f /tmp/otp_src_R14B02.tar.gz"
not_if "test -f /tmp/poco-1.4.1p1.tar.gz"
command "curl http://surfnet.dl.sourceforge.net/project/poco/sources/poco-1.4.1/poco-1.4.1p1.tar.gz -o /tmp/poco-1.4.1p1.tar.gz"
end

Expand Down

0 comments on commit 66ea883

Please sign in to comment.