summaryrefslogtreecommitdiff
path: root/debian/patches/workaround-go-cachepath.patch
blob: eed4b32c37a610d857c7c06dd8b0cd19ef0fe60d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- rhimportd-0.12.2.orig/Makefile
+++ rhimportd-0.12.2/Makefile
@@ -23,7 +23,7 @@
 ##
 
 curdir:= $(shell pwd)
-GOCMD := GOPATH=$(curdir) go
+GOCMD := env "GOPATH=$(curdir)" "GOCACHE=/tmp/.gocache" go
 
 EXECUTEABLE := rhimportd