Skip to content

Commit

Permalink
deep copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Dec 19, 2016
1 parent 852723f commit 4e8c469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ cp $ROOT_DIR/vendor/python.gunicorn.sh $GUNICORN_PROFILE_PATH

# Symlink the directory for -e pip installations
if [[ $BUILD_DIR != '/app' ]]; then
mv /app/.heroku/src $BUILD_DIR/.heroku
deep-cp /app/.heroku/src $BUILD_DIR/.heroku/src
ln -s /app/.heroku/src $BUILD_DIR/.heroku/src
fi

Expand Down

0 comments on commit 4e8c469

Please sign in to comment.