wok diff hal/receipt @ rev 2935
fotoxx: fix non-standard locales path; add printoxx to SUGGESTED
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu May 07 09:40:45 2009 +0000 (2009-05-07) |
parents | 8ca23e8fc082 |
children | 0586a2e564d5 |
line diff
1.1 --- a/hal/receipt Sun Mar 15 20:53:26 2009 +0000 1.2 +++ b/hal/receipt Thu May 07 09:40:45 2009 +0000 1.3 @@ -54,13 +54,12 @@ 1.4 cp -a $_pkg/usr/lib/hal $fs/usr/lib 1.5 cp -a $_pkg/usr/share/hal $fs/usr/share 1.6 chmod -R +x $fs/usr/lib/hal/scripts/* 1.7 - 1.8 - # Remove a few run time lib. 1.9 + # Remove a few run time lib and strip. 1.10 for lib in $EXTRA 1.11 do 1.12 rm $fs/usr/lib/hal/$lib 1.13 done 1.14 - 1.15 + strip -s $fs/usr/lib/hal/* 2>/dev/null 1.16 # Init script 1.17 cp -a stuff/etc $fs 1.18 chown -R root.root $fs