From a6801bad63e12f4221e1b10c56b851214a486776 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Fri, 6 Sep 2019 17:36:19 -0700 Subject: [PATCH] net-dns/dnscrypt-proxy: backport go fix to older versions Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev --- net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild | 2 +- net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild index d8b429e49af1..2f732970bcdd 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild @@ -35,7 +35,7 @@ src_prepare() { # Create directory structure suitable for building mkdir -p "src/${EGO_PN%/*}" || die mv "${PN}" "src/${EGO_PN}" || die - mv "vendor" "src/" || die + mv "vendor" "src/${EGO_PN}" || die } src_configure() { diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild index 257c123d9b07..fd4f4f93ab04 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild @@ -39,7 +39,7 @@ src_prepare() { # fixes $GOPATH/go.mod exists but should not rm go.mod || die mv "${PN}" "src/${EGO_PN}" || die - mv "vendor" "src/" || die + mv "vendor" "src/${EGO_PN}" || die } src_configure() { -- 2.26.2