Commit e5a477937dc1e53768928b435387a746ad226861

Authored by Antonio Terceiro
1 parent 75351dcc

noosfero:deb: stop creating deprecated vendor/rails

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/tasks/release.rake
@@ -267,7 +267,6 @@ EOF @@ -267,7 +267,6 @@ EOF
267 267
268 # base pre-config 268 # base pre-config
269 mkdir "#{target}/tmp" 269 mkdir "#{target}/tmp"
270 - ln_s '../../../vendor/rails', "#{target}/vendor/rails"  
271 cp "#{target}/config/database.yml.sqlite3", "#{target}/config/database.yml" 270 cp "#{target}/config/database.yml.sqlite3", "#{target}/config/database.yml"
272 271
273 sh "cd #{target} && dpkg-buildpackage -us -uc -b" 272 sh "cd #{target} && dpkg-buildpackage -us -uc -b"