Commit 9abf114d43ad1e425457ea1ac679ccd979b923f5
1 parent
22538ba2
Exists in
master
and in
28 other branches
ActionItem1227: don't distribute empty rails dir
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Rakefile.pkg
... | ... | @@ -59,7 +59,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| |
59 | 59 | p.package_files.include('util/**/*') |
60 | 60 | |
61 | 61 | # external resources |
62 | - p.package_files.include('vendor/**/*') | |
62 | + p.package_files.include('vendor/plugins/**/*') | |
63 | 63 | |
64 | 64 | # exclusions |
65 | 65 | p.package_files.exclude('coverage/**/*') | ... | ... |