Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
cluster2
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 25
[-]
[+]
Changed
cluster.spec
@@ -79,10 +79,14 @@ # no install-strip target for file in %{buildroot}%{_sbindir}/* ; do - strip $file + if [ -n "`file $file |grep ELF`" ] ; then + strip $file + fi done for file in %{buildroot}/sbin/* ; do - strip $file + if [ -n "`file $file |grep ELF`" ] ; then + strip $file + fi done %clean