default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

if [[ "${USBGUARD_BRANCH}" == "scm" ]]; then
  ./autogen.sh
else
  apply_patch_dir patches
fi
