default_pre_build &&
cd $SOURCE_DIRECTORY &&

# Python 2.4 has different mechanism of getting these data
sedit 's|PYTHON_SITE=`.*`|PYTHON_SITE=`$python_bin -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`|g' configure &&
# Interpreter path hard-coded
sedit 's|/local||g' scripts/document.py
