From 5ffafbe19079f75caa8cdb818f2c2db598d01ea6 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Wed, 18 Jul 2012 13:50:52 -0400 Subject: [PATCH] moving chown after pip install --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index 096d0dbf2c..f4b8341e23 100644 --- a/rakefile +++ b/rakefile @@ -171,7 +171,6 @@ task :package do set -e set -x - chown -R makeitso:makeitso #{INSTALL_DIR_PATH} service gunicorn stop || echo "Unable to stop gunicorn. Continuing" rm -f #{LINK_PATH} @@ -184,6 +183,7 @@ task :package do pip install -r #{PIP_REPO_REQUIREMENTS} fi + chown -R makeitso:makeitso #{INSTALL_DIR_PATH} # Delete mako temp files rm -rf /tmp/tmp*mako