From 4e8c469ec73fbbb44e0d36002ed88a281afd79c0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 19 Dec 2016 17:50:31 -0500 Subject: [PATCH] deep copy --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index be26cc88..adf3fdd6 100755 --- a/bin/compile +++ b/bin/compile @@ -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 -- GitLab