aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert2017-06-30 09:47:13 +0200
committerRobert2017-06-30 09:47:13 +0200
commitd24a3689d6ba1a575e8cc3e506f04b471cc4c977 (patch)
tree7a93a40c9b8f97eb6476ac58717fc8d5cf163180
parenta74049c971385dcae788af4278aa6376d4a346e1 (diff)
parentac1ef02df31dfbb96b196dea107c98b935f3c997 (diff)
downloadchouette-core-d24a3689d6ba1a575e8cc3e506f04b471cc4c977.tar.bz2
Merge branch 'master' of github.com:af83/stif-boiv
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 0445ec480..4ab888e92 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -51,7 +51,7 @@ namespace :deploy do
end
task :bundle_link do
- run "ln -fs #{bundle_cmd} #{release_path}/bin/bundle"
+ run "mkdir -p #{release_path}/bin && ln -fs #{bundle_cmd} #{release_path}/bin/bundle"
end
after "bundle:install", "deploy:bundle_link"