wok diff busybox/receipt @ rev 3589

busybox: disable /usr/bin/ar
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 27 22:23:09 2009 +0200 (2009-06-27)
parents fa15a340f141
children 9f07b09ba895
line diff
     1.1 --- a/busybox/receipt	Fri Jun 26 15:30:21 2009 +0200
     1.2 +++ b/busybox/receipt	Sat Jun 27 22:23:09 2009 +0200
     1.3 @@ -50,7 +50,7 @@
     1.4  genpkg_rules()
     1.5  {
     1.6      cp -a $src/_install/* $fs
     1.7 -    rm -f $fs/sbin/depmod
     1.8 +    rm -f $fs/sbin/depmod $fs/usr/bin/ar
     1.9      mkdir -p $fs/etc/init.d
    1.10      # Busybox config files.
    1.11      cp stuff/busybox.conf $fs/etc