default_pre_build &&
# fix scripts to use python2 explicitly
find "$SOURCE_DIRECTORY" -name \*.py -exec sed -ri '1s/python$/&2/' '{}' +
