wok-stable diff fuse/receipt @ rev 11391
Compat: replace exit by return in slitaz-toolchain recipe.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 05:10:43 2011 +0100 (2011-12-10) |
parents | 6dbe4b0d6bd7 |
children |
line diff
1.1 --- a/fuse/receipt Thu Oct 07 11:11:00 2010 +0000 1.2 +++ b/fuse/receipt Sat Dec 10 05:10:43 2011 +0100 1.3 @@ -30,8 +30,5 @@ 1.4 cp -a $_pkg/sbin $fs 1.5 cp -a $_pkg/usr/bin $fs/usr 1.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.7 - strip -s $fs/sbin/* 1.8 - strip -s $fs/usr/bin/* 1.9 - strip --strip-unneeded $fs/usr/lib/*.so* 1.10 } 1.11