From 364a1fafd9c31339cc5e17e28b336bf31d958f21 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Sun, 18 Dec 2016 13:31:22 -0500 Subject: [PATCH] -e fixings --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index baf4292d..aeb680dd 100755 --- a/bin/compile +++ b/bin/compile @@ -154,7 +154,7 @@ bpwatch stop restore_cache mkdir -p $(dirname $PROFILE_PATH) # Make the directory for -e pip installations. -mkdir -p /$app/.heroku/src +mkdir -p /app/.heroku/src if [[ $BUILD_DIR != '/app' ]]; then # python expects to reside in /app, so set up symlinks -- GitLab