From 7c2b5fe273104c7110c602f0b70915dc7e4a8e51 Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Sat, 8 Jun 2013 02:44:41 +0800 Subject: [PATCH] :zip task now depends on :package. Rather than directly depending on ZIP_FILE. --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index cb79c19..ba8bacf 100755 --- a/Rakefile +++ b/Rakefile @@ -85,8 +85,8 @@ end directory DOWNLOAD_DIR directory PROB_DIR -desc "Build zip file" -task :zip => [:clobber_zip, ZIP_FILE] +desc "(re)Build zip file" +task :zip => [:clobber_zip, :package] task :clobber_zip do rm ZIP_FILE