diff --git a/Rakefile.pkg b/Rakefile.pkg index 84de748..ee46ad9 100644 --- a/Rakefile.pkg +++ b/Rakefile.pkg @@ -59,7 +59,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| p.package_files.include('util/**/*') # external resources - p.package_files.include('vendor/**/*') + p.package_files.include('vendor/plugins/**/*') # exclusions p.package_files.exclude('coverage/**/*') -- libgit2 0.21.2