2017-01-10 22:51:01 +01:00
|
|
|
diff --git a/Makefile b/Makefile
|
|
|
|
index 3f6ac91..663ffbb 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
|
2017-03-29 12:00:32 +02:00
|
|
|
+VERSION=v@@VERSION@@-$(shell date -u +%Y%m%d.%H%M%S)
|
2017-01-10 22:51:01 +01:00
|
|
|
BUILD_DIR = $(shell pwd)
|
|
|
|
export GOPATH=${BUILD_DIR}/_build
|
|
|
|
export GO15VENDOREXPERIMENT=1
|