wok diff libbonobo/receipt @ rev 9627
Fixed liferea. Made sure that gconf folder was in /etc folder instead of /etc/etc folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Apr 24 23:24:58 2011 +0000 (2011-04-24) |
parents | e79cbcd6df76 |
children | c575c4db956f |
line diff
1.1 --- a/libbonobo/receipt Sat Oct 16 19:37:57 2010 +0000 1.2 +++ b/libbonobo/receipt Sun Apr 24 23:24:58 2011 +0000 1.3 @@ -36,8 +36,5 @@ 1.4 1.5 # Clean unwated files 1.6 cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; 1.7 - 1.8 - # Stripping all 1.9 - find . -name "*.so" -exec strip -s {} \; 1.10 } 1.11