Merge "Fix custom unofficial build tags" into cm-11.0

This commit is contained in:
Ricardo Cerqueira 2013-12-18 00:55:36 +00:00 committed by Gerrit Code Review
commit 07e8f87234
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ endif
ifeq ($(CM_BUILDTYPE), UNOFFICIAL)
ifneq ($(TARGET_UNOFFICIAL_BUILD_ID),)
CM_EXTRAVERSION := "-$(TARGET_UNOFFICIAL_BUILD_ID)"
CM_EXTRAVERSION := -$(TARGET_UNOFFICIAL_BUILD_ID)
endif
endif