mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Set permissions on the revision file and submodules as well.
This commit is contained in:
parent
a208e272ed
commit
f69b99ed96
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -42,7 +42,7 @@ END
|
||||||
# Don't use Rake::GemPackageTast because we want prerequisites to run
|
# Don't use Rake::GemPackageTast because we want prerequisites to run
|
||||||
# before we load the gemspec.
|
# before we load the gemspec.
|
||||||
desc "Build all the packages."
|
desc "Build all the packages."
|
||||||
task :package => [:permissions, :revision_file, :submodules] do
|
task :package => [:revision_file, :submodules, :permissions] do
|
||||||
load scope('haml.gemspec')
|
load scope('haml.gemspec')
|
||||||
Gem::Builder.new(HAML_GEMSPEC).build
|
Gem::Builder.new(HAML_GEMSPEC).build
|
||||||
pkg = "#{HAML_GEMSPEC.name}-#{HAML_GEMSPEC.version}"
|
pkg = "#{HAML_GEMSPEC.name}-#{HAML_GEMSPEC.version}"
|
||||||
|
|
Loading…
Reference in a new issue