From be143eb303e66a232b96ec1d11b7786b765957adf5f6b73eae3c47c7776035f7 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Fri, 31 Jan 2020 03:11:46 +0000 Subject: [PATCH] Accepting request 768960 from home:cyphar:lxc Clean up half-written comment. OBS-URL: https://build.opensuse.org/request/show/768960 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=38 --- lxd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxd.spec b/lxd.spec index a37267e..39bb185 100644 --- a/lxd.spec +++ b/lxd.spec @@ -171,7 +171,7 @@ readarray -t mainpkgs \ awk -F: '$1 == "main" { print $2 }' | \ grep -Ev '^github.com/lxc/lxd/(test|shared)')" -# We don't use +# _dist/src is effectively an old-school "vendor/" tree, so add it to GOPATH. export GOPATH="$GOPATH:$PKGDIR/_dist" # And now we can finally build LXD and all of the related binaries.