Skip to content

Commit

Permalink
Set up bindir before adding binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Jan 26, 2024
1 parent 6dd6a1c commit d8d1f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions golang-github-redhatcloudx-otel-builder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export GOFLAGS=-mod=vendor
%gobuild -o %{gobuilddir}/bin/ocb-test %{goipath}

%install
install -m 0755 -vd %{buildroot}%{_bindir}
install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/

%if %{with check}
Expand Down

0 comments on commit d8d1f8d

Please sign in to comment.