2016-03-05 20:47:28 +01:00
|
|
|
diff --git a/Makefile b/Makefile
|
2016-06-18 17:40:13 +02:00
|
|
|
index 9b3146d..b3c0630 100644
|
2016-03-05 20:47:28 +01:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-PREFIX=/usr/local
|
|
|
|
-VERSION=$(shell git describe)-$(shell date -u +%Y%m%d.%H%M%S)
|
|
|
|
+PREFIX=${DESTDIR}/usr
|
2016-06-18 17:40:13 +02:00
|
|
|
+VERSION=v0.7.6-$(shell date -u +%Y%m%d.%H%M%S)
|
|
|
|
export GOPATH=$(shell pwd)/_build
|
2016-03-05 20:47:28 +01:00
|
|
|
GOBUILD=go build -ldflags "-X main.Version=${VERSION}"
|
2016-06-18 17:40:13 +02:00
|
|
|
PKG=gitlab.com/gitlab-org/gitlab-workhorse
|