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

* Strip binaries in RPMs.

parent f899e8ce
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ make ...@@ -24,6 +24,7 @@ make
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
strip $RPM_BUILD_ROOT/%{_prefix}/bin/*
%clean %clean
rm -rf $RPM_BUILD_ROOT 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