diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-10 10:10:53 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-10 10:12:26 +0100 |
commit | 3280e5a9412220806d0931c1fbe2515a041603ac (patch) | |
tree | 68ec5f02ca29e4fed399f6f35fca0fdb09eeab1c /Makefile | |
parent | 7fce75df06a85c21083544fcbdcd73d122e3ca52 (diff) |
Added config and install scripts
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |