We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577c55c commit c24b4f1Copy full SHA for c24b4f1
SPECS/1.21/golang.spec
@@ -331,7 +331,7 @@ mkdir -p $RPM_BUILD_ROOT%{goroot}
331
332
# install everything into libdir (until symlink problems are fixed)
333
# https://code.google.com/p/go/issues/detail?id=5830
334
-cp -apv api bin doc lib pkg src misc test VERSION \
+cp -apv api bin doc lib pkg src misc test go.env VERSION \
335
$RPM_BUILD_ROOT%{goroot}
336
echo "== 2 =="
337
# bz1099206
@@ -492,6 +492,7 @@ fi
492
493
# go files
494
%dir %{goroot}
495
+%{goroot}/go.env
496
%{goroot}/api/
497
%{goroot}/lib/time/
498
0 commit comments