summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-17 15:52:55 -0400
committerLex Neva <github.com@lexneva.name>2018-08-17 15:59:38 -0400
commitfa899453bbd3915fec2d54e06557aacad82ac3f5 (patch)
treedee9829fb93c51ae328586f6ca1330cfc5c97783 /Makefile
parent5a05e82744df5ee7e6a782b4ac1f2d9a52944b7e (diff)
support slashes in branch names
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52ac919f..4c31f17e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
EXTENSIONS:=inkstitch
# This gets the branch name or the name of the tag
-VERSION:=$(TRAVIS_BRANCH)
+VERSION:=$(subst /,-,$(TRAVIS_BRANCH))
OS:=$(TRAVIS_OS_NAME)
ARCH:=$(shell uname -m)