Run tools/stale_pyc.py before local installation

This commit is contained in:
Florent 2014-04-15 10:41:44 +02:00
commit 1db6406e08

View file

@ -7,4 +7,6 @@ if [ -z "${PYTHON}" ]; then
which python2.7 >/dev/null 2>&1 && PYTHON=$(which python2.7)
fi
${PYTHON} "$(dirname $0)/stale_pyc.py"
exec "${PYTHON}" "$(dirname $0)/local_install.py" "$@"