aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-10 10:10:53 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-10 10:12:26 +0100
commit3280e5a9412220806d0931c1fbe2515a041603ac (patch)
tree68ec5f02ca29e4fed399f6f35fca0fdb09eeab1c /Makefile
parent7fce75df06a85c21083544fcbdcd73d122e3ca52 (diff)
Added config and install scripts
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c39329c..1b56896 100644
--- a/Makefile
+++ b/Makefile
@@ -58,9 +58,9 @@ endif
ifeq ($(SUB_VERSION), )
- PACKAGE_ZIPFILE := $(TARGET)_$(ARCH)-v$(VERSION).zip
+ PACKAGE_ZIPFILE := $(TARGET)_$(ARCH)-$(VERSION).zip
else
- PACKAGE_ZIPFILE := $(TARGET)_$(ARCH)-v$(VERSION)_$(SUB_VERSION).zip
+ PACKAGE_ZIPFILE := $(TARGET)_$(ARCH)-$(VERSION)_$(SUB_VERSION).zip
endif
.PHONY: all