wok-next diff tcl/receipt @ rev 9470
Remove some uneeded strips (thoses ones are handled by Tazwok)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Apr 04 01:29:52 2011 +0200 (2011-04-04) |
parents | e8768e5178a6 |
children | 5f9ad8ee2c9a |
line diff
1.1 --- a/tcl/receipt Sun Mar 20 19:43:39 2011 +0000 1.2 +++ b/tcl/receipt Mon Apr 04 01:29:52 2011 +0200 1.3 @@ -30,6 +30,5 @@ 1.4 cp -a $_pkg/usr/lib/tcl8* $fs/usr/lib 1.5 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.6 cp -a $_pkg/usr/bin $fs/usr 1.7 - strip -s $fs/usr/bin/* 1.8 ln -sf tclsh8.5 $fs/usr/bin/tclsh 1.9 }