summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-08-17 16:06:59 -0400
committerGitHub <noreply@github.com>2018-08-17 16:06:59 -0400
commitd7fddb0c946e19c571325a88ae5516bcbd0df128 (patch)
treedee9829fb93c51ae328586f6ca1330cfc5c97783 /Makefile
parentb9943cb44f4b07f7fe52f126810accf91f6a05cd (diff)
parentfa899453bbd3915fec2d54e06557aacad82ac3f5 (diff)
Merge pull request #281 from inkstitch/lexelby/build-fixes
a couple build fixes
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)