2015-09-14 20:43:42 +02:00
|
|
|
diff --git a/Makefile b/Makefile
|
|
|
|
index f6456e1..c25e29e 100644
|
|
|
|
--- 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
|
2015-09-28 13:58:56 +02:00
|
|
|
+VERSION=0.2.10-$(shell date -u +%Y%m%d.%H%M%S)
|
2015-09-14 20:43:42 +02:00
|
|
|
|
|
|
|
gitlab-git-http-server: main.go githandler.go
|
|
|
|
go build -ldflags "-X main.Version ${VERSION}" -o gitlab-git-http-server
|