default_pre_build  &&
cd $SOURCE_DIRECTORY &&
if [[ $PVERSION -gt 0 ]]; then
  xzcat $SPELL_DIRECTORY/allpatches-$VERSION.xz | patch -p1
fi
