From 7130e32053655e437b984633300123fed0a8a736 Mon Sep 17 00:00:00 2001 From: Michel Etienne Date: Tue, 16 Dec 2014 14:48:26 +0100 Subject: prepare version 2.5.2 --- config/deploy.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/deploy.rb') diff --git a/config/deploy.rb b/config/deploy.rb index 1d5782462..0f8a3f673 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -73,6 +73,8 @@ namespace :deploy do run "cd /usr/local/opt/chouette-command && rm -rf chouette-cmd_#{gui_cmd}" run "cd /usr/local/opt/chouette-command && unzip chouette-gui-command-#{gui_cmd}.zip" run "cd /usr/local/opt/chouette-command/chouette-cmd_#{gui_cmd} && chmod a+w . && sudo chgrp -R wheel ." + run "cd /usr/local/opt/chouette-command && rm -f chouette-cmd-current" + run "cd /usr/local/opt/chouette-command && ln -s chouette-cmd_#{gui_cmd} chouette-cmd-current" end desc "Make group writable all deployed files" -- cgit v1.2.3