wok-6.x diff module-init-tools/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 d2d594c8804d
children 9624c47bd4ee
line diff
     1.1 --- a/module-init-tools/receipt	Sun Jan 09 14:07:48 2011 +0100
     1.2 +++ b/module-init-tools/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.3 @@ -46,8 +46,6 @@
     1.4  	cp $_pkg/sbin/rmmod $fs/sbin
     1.5  	# lsmod goes in /bin.
     1.6  	cp -a $_pkg/bin $fs
     1.7 -	strip -s $fs/sbin/*
     1.8 -	strip -s $fs/bin/*
     1.9  	# Create the modprobe config directory
    1.10  	mkdir -p $fs/etc/modprobe.d
    1.11  }