Set permissions on the revision file and submodules as well.

This commit is contained in:
Nathan Weizenbaum 2010-09-29 11:34:46 -07:00
parent a208e272ed
commit f69b99ed96
1 changed files with 1 additions and 1 deletions

View File

@ -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}"