From: Georgy Yakovlev Date: Sat, 7 Sep 2019 00:27:46 +0000 (-0700) Subject: net-dns/dnscrypt-proxy: sync live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e68ce47575e17d155ab13945a1f77a8d9dd1d470;p=gentoo.git net-dns/dnscrypt-proxy: sync live ebuild Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev --- diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild index 5539148f968a..694bc5d7c027 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.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() {