summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/go-tools/go-tools-0.28.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-go/go-tools/go-tools-0.28.0.ebuild b/dev-go/go-tools/go-tools-0.28.0.ebuild
index 6533f45c9ec9..3b2d8e4049da 100644
--- a/dev-go/go-tools/go-tools-0.28.0.ebuild
+++ b/dev-go/go-tools/go-tools-0.28.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -40,7 +40,7 @@ src_test() {
src_install() {
# bug 558818: install binaries in $GOROOT/bin to avoid file collisions
local goroot=$(go env GOROOT)
- goroot=${goroot#${EPREFIX}}
+ goroot=${goroot#"${EPREFIX}"}
exeinto "${goroot}/bin"
doexe bin/*
dodir /usr/bin