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
This commit is contained in:
Aleksa Sarai 2020-01-31 03:11:46 +00:00 committed by Git OBS Bridge
parent cc0e9f2e5c
commit be143eb303

View File

@ -171,7 +171,7 @@ readarray -t mainpkgs \
awk -F: '$1 == "main" { print $2 }' | \ awk -F: '$1 == "main" { print $2 }' | \
grep -Ev '^github.com/lxc/lxd/(test|shared)')" 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" export GOPATH="$GOPATH:$PKGDIR/_dist"
# And now we can finally build LXD and all of the related binaries. # And now we can finally build LXD and all of the related binaries.