use install-strip to strip binaries during install

This commit is contained in:
Duncan Laurie 2004-01-27 23:51:23 +00:00
parent 9e06705aa4
commit 079f451dd0

View File

@ -47,7 +47,7 @@ fi
make make
%install %install
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install-strip
%clean %clean
if [ "$RPM_BUILD_ROOT" ] && [ "$RPM_BUILD_ROOT" != "/" ]; then if [ "$RPM_BUILD_ROOT" ] && [ "$RPM_BUILD_ROOT" != "/" ]; then