# HG changeset patch # User Christophe Lincoln # Date 1305625434 -7200 # Node ID a2497934f8b639bfcc06c55ae2492a82980a84b9 # Parent 0ed87241added95da8ccacd0cb5154201e288d19 ruby-entreprise: fix rm headers (we have i686 now not i486) diff -r 0ed87241adde -r a2497934f8b6 ruby-enterprise/receipt --- a/ruby-enterprise/receipt Tue May 17 11:39:27 2011 +0200 +++ b/ruby-enterprise/receipt Tue May 17 11:43:54 2011 +0200 @@ -29,7 +29,8 @@ cp -a $install/usr/bin $fs/usr # Remove devel files --> ruby-enterprise-dev - rm $fs/usr/lib/ruby/1.8/i486-linux/*.h + #rm $fs/usr/lib/ruby/1.8/i486-linux/*.h + rm $fs/usr/lib/ruby/1.8/i686-linux/*.h # Remove doc --> ruby-enterprise-doc rm -rf $fs/usr/lib/ruby/1.8/rdoc