Fix custom unofficial build tags

Before: CM_VERSION=11-20131217-UNOFFICIAL"-LegacyXperia"-smultron
After:  CM_VERSION=11-20131217-UNOFFICIAL-LegacyXperia-smultron

Change-Id: Ib9c58b39efc4dc5a51380c647db9f7896e165704
This commit is contained in:
Michael Bestas 2013-12-18 00:22:58 +02:00
parent af99ef73a0
commit 3bf9ba896d
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