From f69b99ed9667f9989fbd4650c0ccffa12149bc9f Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Wed, 29 Sep 2010 11:34:46 -0700 Subject: [PATCH] Set permissions on the revision file and submodules as well. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a617fc36..9adfd3bc 100644 --- a/Rakefile +++ b/Rakefile @@ -42,7 +42,7 @@ END # Don't use Rake::GemPackageTast because we want prerequisites to run # before we load the gemspec. desc "Build all the packages." -task :package => [:permissions, :revision_file, :submodules] do +task :package => [:revision_file, :submodules, :permissions] do load scope('haml.gemspec') Gem::Builder.new(HAML_GEMSPEC).build pkg = "#{HAML_GEMSPEC.name}-#{HAML_GEMSPEC.version}"