default_pre_build  &&
cd "$SOURCE_DIRECTORY" &&
ver="$VERSION" &&
case "$ver" in
  (*.*.*) ver="${ver%.*}" ;;
esac &&
apply_patch_dir "patches-$ver"
