default_pre_build &&
cd $SOURCE_DIRECTORY &&

if [[ $LEOLIK_PATCH == "y" ]]; then
  patch -p0 < $SPELL_DIRECTORY/leolik.patch
fi
