Skip to content

Commit

Permalink
RPM: do not create cri-o dirs
Browse files Browse the repository at this point in the history
cri-o dirs will be owned by the cri-o package

Fixes: #517

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
  • Loading branch information
lsm5 authored and haircommander committed Sep 5, 2024
1 parent 3bc422c commit 283ede3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rpm/conmon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
%endif

%install
%{__make} PREFIX=%{buildroot}%{_prefix} install.bin install.crio
%{__make} PREFIX=%{buildroot}%{_prefix} install.bin

%if %{with docs}
%{__make} PREFIX=%{buildroot}%{_prefix} -C docs install
Expand All @@ -70,8 +70,6 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{_libexecdir}/crio/%{name}
%dir %{_libexecdir}/crio

%if %{with docs}
%{_mandir}/man8/%{name}.8.gz
Expand Down

0 comments on commit 283ede3

Please sign in to comment.