* Strip binaries in RPMs.

This commit is contained in:
Eelco Dolstra 2004-01-19 08:49:25 +00:00
parent f899e8ce4d
commit 3a4a4aaa88
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
strip $RPM_BUILD_ROOT/%{_prefix}/bin/*
%clean
rm -rf $RPM_BUILD_ROOT