Commit 364a1faf authored by Kenneth Reitz's avatar Kenneth Reitz

-e fixings

parent 251b7f79
...@@ -154,7 +154,7 @@ bpwatch stop restore_cache ...@@ -154,7 +154,7 @@ bpwatch stop restore_cache
mkdir -p $(dirname $PROFILE_PATH) mkdir -p $(dirname $PROFILE_PATH)
# Make the directory for -e pip installations. # Make the directory for -e pip installations.
mkdir -p /$app/.heroku/src mkdir -p /app/.heroku/src
if [[ $BUILD_DIR != '/app' ]]; then if [[ $BUILD_DIR != '/app' ]]; then
# python expects to reside in /app, so set up symlinks # python expects to reside in /app, so set up symlinks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment