From 66ea883dfc9138b3bff7c8610f15366814c58a67 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sun, 7 Aug 2011 13:40:37 -0700 Subject: [PATCH] Oops, testing for wrong file before downloading poco. --- poco/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poco/recipes/default.rb b/poco/recipes/default.rb index cbd9fda..b4b7344 100644 --- a/poco/recipes/default.rb +++ b/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