diff options
Diffstat (limited to 'app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch')
-rw-r--r-- | app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch b/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch deleted file mode 100644 index 9964af6aec43..000000000000 --- a/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig 2015-12-28 19:23:28.425122306 -0600 -+++ Makefile 2015-12-28 19:25:09.482123654 -0600 -@@ -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 ./... - @echo "LXD built succesfuly" - - .PHONY: client - client: -- # Must run twice due to go get race -- -go get -t -v -d ./... -- -go get -t -v -d ./... - go install -v ./lxc - @echo "LXD client built succesfuly" - |