summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-12-21 13:01:13 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-12-21 13:01:13 +0100
commit55888a4e5d689547d84826f729e718ce0aed6c92 (patch)
tree05910743c66e3b7e1d5dec49fb5329a9bff51302 /core/Makefile
parenta7799d316082f5d67902628162dba38e41f379ac (diff)
downloadbuild-55888a4e5d689547d84826f729e718ce0aed6c92.zip
build-55888a4e5d689547d84826f729e718ce0aed6c92.tar.gz
build-55888a4e5d689547d84826f729e718ce0aed6c92.tar.bz2
change version strings to Replicant
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index e077230..2d0b79c 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1915,7 +1915,7 @@ $(INTERNAL_OTA_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(DISTTOOLS)
$(if $(OEM_OTA_CONFIG), -o $(OEM_OTA_CONFIG)) \
$(BUILT_TARGET_FILES_PACKAGE) $@
-CM_TARGET_PACKAGE := $(PRODUCT_OUT)/cm-$(CM_VERSION).zip
+CM_TARGET_PACKAGE := $(PRODUCT_OUT)/$(REPLICANT_VERSION).zip
.PHONY: otapackage bacon
otapackage: $(INTERNAL_OTA_PACKAGE_TARGET)