mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-containers/docker: fix cross-compiliation by calling go-module_src_unpack
Closes: https://bugs.gentoo.org/907639 Thanks-to: Alex Barker Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
b02d96a323
commit
d2244d7108
@ -232,6 +232,7 @@ pkg_setup() {
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
go-module_src_unpack
|
||||
cd "${S}"
|
||||
[[ -f go.mod ]] || ln -s vendor.mod go.mod || die
|
||||
[[ -f go.sum ]] || ln -s vendor.sum go.sum || die
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user