* Ignore exit code from strip.

This commit is contained in:
Eelco Dolstra 2004-01-19 09:01:28 +00:00
parent 3a4a4aaa88
commit 699989b216
1 changed files with 1 additions and 1 deletions

View File

@ -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