Skip to content

Commit 3efc510

Browse files
committed
dev-lang/go: go1.20.14 missing go.env
Signed-off-by: Ryan Qian <i@bitbili.net>
1 parent 83e2346 commit 3efc510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-lang/go/go-1.20.14.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ src_test() {
176176

177177
src_install() {
178178
insinto "${GOROOT_VALUE}"
179-
doins go.env VERSION
179+
doins VERSION
180180
# The use of cp is deliberate in order to retain permissions
181181
cp -R api bin doc lib pkg misc src test "${ED}${GOROOT_VALUE}"
182182

0 commit comments

Comments
 (0)