Code Review
/
src
/
xds
/
xds-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c2f1a88
)
Fixed double 'v' letter in package name
author
Sebastien Douheret
<sebastien.douheret@iot.bzh>
Wed, 29 Nov 2017 20:10:39 +0000
(21:10 +0100)
committer
Sebastien Douheret
<sebastien.douheret@iot.bzh>
Wed, 29 Nov 2017 20:10:39 +0000
(21:10 +0100)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
cf2de0f
..
da756ce
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-77,9
+77,9
@@
else
endif
ifeq ($(SUB_VERSION), )
- PACKAGE_ZIPFILE := xds-server_$(ARCH)-
v
$(VERSION).zip
+ PACKAGE_ZIPFILE := xds-server_$(ARCH)-$(VERSION).zip
else
- PACKAGE_ZIPFILE := xds-server_$(ARCH)-
v
$(VERSION)_$(SUB_VERSION).zip
+ PACKAGE_ZIPFILE := xds-server_$(ARCH)-$(VERSION)_$(SUB_VERSION).zip
endif