diff options
author | 2022-05-04 22:05:02 +0200 | |
---|---|---|
committer | 2022-05-05 05:23:28 +0100 | |
commit | a2ef6080cdc1196bb56df6b2676f658c40dcc4fc (patch) | |
tree | e8135f4870f235bf242a5dadba92d97be18f1e17 /net-p2p | |
parent | www-apps/hugo: drop 0.95.0 (diff) | |
download | gentoo-a2ef6080cdc1196bb56df6b2676f658c40dcc4fc.tar.gz gentoo-a2ef6080cdc1196bb56df6b2676f658c40dcc4fc.tar.bz2 gentoo-a2ef6080cdc1196bb56df6b2676f658c40dcc4fc.zip |
net-p2p/go-ipfs: fix build error
Closes: https://bugs.gentoo.org/841988
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Roman <davidroman96@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25327
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild b/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild index 57e9b470e41e..2c9295fc8135 100644 --- a/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild +++ b/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild @@ -41,7 +41,7 @@ src_compile() { go build "${mygoargs[@]}" -o ipfs ./cmd/ipfs || die go build "${mygoargs[@]}" -o ipfswatch ./cmd/ipfswatch || die - ./ipfs commands completion bash > ipfs-completion.bash || die + IPFS_PATH="" ./ipfs commands completion bash > ipfs-completion.bash || die } src_test() { |