wok-stable diff rox-filer-locales/receipt @ rev 9897

ruby-entreprise: fix rm headers (we have i686 now not i486)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 17 11:43:54 2011 +0200 (2011-05-17)
parents 6cc385ceca6c
children
line diff
     1.1 --- a/rox-filer-locales/receipt	Sun Jul 06 16:50:31 2008 +0200
     1.2 +++ b/rox-filer-locales/receipt	Tue May 17 11:43:54 2011 +0200
     1.3 @@ -27,6 +27,6 @@
     1.4  	mkdir -p $fs/usr/share/rox-filer
     1.5  	cp -r $_pkg/* $fs/usr/share/rox-filer/
     1.6  	
     1.7 -	strip -s $fs/usr/share/rox-filer/
     1.8 +	strip -s $fs/usr/share/rox-filer/* || true
     1.9  }
    1.10