diff --git a/Rakefile.pkg b/Rakefile.pkg index 9dc6709..428abbb 100644 --- a/Rakefile.pkg +++ b/Rakefile.pkg @@ -18,7 +18,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| # application files p.package_files.include('app/**/*.{rb,rhtml,rjs,rxml}') p.package_files.include('config/**/*.{rb,sqlite3}') - p.package_files.include('config/ferret_server.yml') + p.package_files.include('config/ferret_server.yml.dist') p.package_files.include('db/migrate/*.rb') p.package_files.include('db/schema.rb') p.package_files.include('doc/README_FOR_APP') -- libgit2 0.21.2