diff --git a/build_tools/make_version b/build_tools/make_version index c69560a952..e55727f403 100755 --- a/build_tools/make_version +++ b/build_tools/make_version @@ -22,6 +22,12 @@ elif [ -d .svn ]; then do if [ ${TAG} != 0 ] then + if [ "${PART}" = "autotag_for_be" ] ; then + continue + fi + if [ "${PART}" = "autotag_for_sx00i" ] ; then + continue + fi RESULT="${PART}" break fi