Commit e5a477937dc1e53768928b435387a746ad226861
1 parent
75351dcc
Exists in
master
and in
15 other branches
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" |