From 3732b716f186ae2b949bab9453d8037815b9fb33 Mon Sep 17 00:00:00 2001 From: Scott Seago Date: Fri, 24 Jul 2009 15:45:07 +0000 Subject: additional fix for BZ 496480 --- rubygem-rails.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/rubygem-rails.spec b/rubygem-rails.spec index 65f6c44..7a0bda0 100644 --- a/rubygem-rails.spec +++ b/rubygem-rails.spec @@ -55,9 +55,6 @@ done # Remove backup files find %{buildroot}/%{geminstdir} -type f -name "*~" -delete -# Delete zero-length files -find %{buildroot}/%{geminstdir} -type f -size 0c -exec rm -rvf {} \; - # Fix anything executable that does not have a shebang for file in `find %{buildroot}/%{geminstdir} -type f -perm /a+x`; do [ -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 644 $file -- cgit