diff --git a/tools/update-packaging/make_incremental_updates.py b/tools/update-packaging/make_incremental_updates.py index 2ffb4b0d7dd..26ba435d6a8 100755 --- a/tools/update-packaging/make_incremental_updates.py +++ b/tools/update-packaging/make_incremental_updates.py @@ -340,7 +340,7 @@ def decode_filename(filepath): """ try: m = re.search( - '(?P\w+)(-)(?P\w+\.\w+)(\.)(?P.+?)(\.)(?P.+?)(\.)(?P\w+)(.mar)', + '(?P\w+)(-)(?P\w+\.\w+(\.\w+){0,2})(\.)(?P.+?)(\.)(?P.+?)(\.)(?P\w+)(.mar)', os.path.basename(filepath)) return m.groupdict() except Exception, exc: