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