summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-17 16:08:02 -0400
committerLex Neva <github.com@lexneva.name>2018-08-17 16:08:02 -0400
commit72b8c367db613c3f44bce1174a8a5e8226bd2863 (patch)
tree0daf0758b275a2eb4d794c202dc8d2c0e17749eb /Makefile
parentef17511c66a9f59bb9c74cb6f94f71e044c4fef1 (diff)
parentd7fddb0c946e19c571325a88ae5516bcbd0df128 (diff)
Merge remote-tracking branch 'origin/master' into lexelby-auto-fill-run
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)