Skip to content

Commit

Permalink
Workaround an issue for generating the RPM debuginfo
Browse files Browse the repository at this point in the history
Signed-off-by: Liming Sun <lsun@mellanox.com>
  • Loading branch information
lsun100 committed Apr 8, 2020
1 parent df0c4a2 commit a6a509a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rshim.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tar -axf %{SOURCE0} -C %{name}-%{version} --strip-components 1
make

%install
%undefine _missing_build_ids_terminate_build
%makeinstall -C src INSTALL_DIR="%{buildroot}%{_sbindir}"
%if "%{with_systemd}" == "1"
%{__install} -d %{buildroot}%{_unitdir}
Expand Down

0 comments on commit a6a509a

Please sign in to comment.