Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2017-10-26 23:50:30 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-10-26 23:50:30 +0300
commit4b93b9b8eed494d31225422b11eb0bf80024adb2 (patch)
tree5d37b4301883cdd4f9e203cbc7061c77566fe655
parent7cb4c4fc9d9d4bb3a243f9e2e34ca4924ea3e6bb (diff)
Don't export DESTDIRan/arch-linux-fix
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f32cd684f..6d48c7fb9 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ GO_LDFLAGS = -ldflags '-X $(PKG)/internal/version.version=$(VERSION) -X $(PKG)/i
unexport GOROOT
unexport GOBIN
+unexport DESTDIR
export GOPATH := $(TARGET_DIR)
export PATH := $(GOPATH)/bin:$(PATH)