Commit 01e30e93 authored by Kenneth Reitz's avatar Kenneth Reitz

move precompile up a bit

parent e81632e0
#!/usr/bin/env bash fp#!/usr/bin/env bash
# This script serves as the # This script serves as the
# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python) # [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
...@@ -203,11 +203,12 @@ set-default-env PYTHONPATH /app/ ...@@ -203,11 +203,12 @@ set-default-env PYTHONPATH /app/
un-set-env PYTHONHOME un-set-env PYTHONHOME
# Experimental post_compile hook.
source $BIN_DIR/steps/hooks/post_compile
# ### Fin. # ### Fin.
deep-mv $BUILD_DIR $ORIG_BUILD_DIR deep-mv $BUILD_DIR $ORIG_BUILD_DIR
deep-mv $TMP_APP_DIR $APP_DIR deep-mv $TMP_APP_DIR $APP_DIR
cd $BUILD_DIR
# Experimental post_compile hook.
source $BIN_DIR/steps/hooks/post_compile
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