Commit 9c300442cd37f3d1e7973fe57cb01670a95b2d24
1 parent
a03397ff
Exists in
master
and in
29 other branches
ActionItem980: updating tarball spec
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Rakefile.pkg
@@ -18,7 +18,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | @@ -18,7 +18,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | ||
18 | # application files | 18 | # application files |
19 | p.package_files.include('app/**/*.{rb,rhtml,rjs,rxml}') | 19 | p.package_files.include('app/**/*.{rb,rhtml,rjs,rxml}') |
20 | p.package_files.include('config/**/*.{rb,sqlite3}') | 20 | p.package_files.include('config/**/*.{rb,sqlite3}') |
21 | - p.package_files.include('config/ferret_server.yml') | 21 | + p.package_files.include('config/ferret_server.yml.dist') |
22 | p.package_files.include('db/migrate/*.rb') | 22 | p.package_files.include('db/migrate/*.rb') |
23 | p.package_files.include('db/schema.rb') | 23 | p.package_files.include('db/schema.rb') |
24 | p.package_files.include('doc/README_FOR_APP') | 24 | p.package_files.include('doc/README_FOR_APP') |