Skip to content
Snippets Groups Projects
Commit 699989b2 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Ignore exit code from strip.

parent 3a4a4aaa
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
strip $RPM_BUILD_ROOT/%{_prefix}/bin/*
strip $RPM_BUILD_ROOT/%{_prefix}/bin/* || true
%clean
rm -rf $RPM_BUILD_ROOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment