diff options
Diffstat (limited to 'app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch')
-rw-r--r-- | app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch b/app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch new file mode 100644 index 000000000000..d2e622ec73b7 --- /dev/null +++ b/app-emulation/lxd/files/lxd-2.0.0_beta3-dont-go-get.patch @@ -0,0 +1,20 @@ +--- Makefile.orig 2016-02-19 00:16:40.720102639 +0000 ++++ Makefile 2016-02-19 00:18:10.886096473 +0000 +@@ -12,17 +12,11 @@ + + .PHONY: default + default: +- # Must run twice due to go get race +- -go get -t -v -d ./... +- -go get -t -v -d ./... + go install -v $(DEBUG) ./... + @echo "LXD built successfully" + + .PHONY: client + client: +- # Must run twice due to go get race +- -go get -t -v -d ./... +- -go get -t -v -d ./... + go install -v $(DEBUG) ./lxc + @echo "LXD client built successfully" + |