default_pre_build  &&
if [[ $SIP_PATCH == y ]]; then
  cd $SOURCE_DIRECTORY  &&
  patch -p1 < $SOURCE_CACHE/$SOURCE2
fi
