From 9abf114d43ad1e425457ea1ac679ccd979b923f5 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 2 Sep 2009 17:05:38 -0300 Subject: [PATCH] ActionItem1227: don't distribute empty rails dir --- Rakefile.pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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