wok 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 | 6d2a7e095c2b |
children | 28ce60b11e25 |
files | busybox-pam/receipt busybox/receipt |
line diff
1.1 --- a/busybox-pam/receipt Sat Jun 27 15:30:51 2009 +0000 1.2 +++ b/busybox-pam/receipt Sat Jun 27 22:23:09 2009 +0200 1.3 @@ -53,7 +53,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 cp -a stuff/etc $fs 1.10 mkdir -p $fs/etc/init.d 1.11 # Busybox config files.
2.1 --- a/busybox/receipt Sat Jun 27 15:30:51 2009 +0000 2.2 +++ b/busybox/receipt Sat Jun 27 22:23:09 2009 +0200 2.3 @@ -50,7 +50,7 @@ 2.4 genpkg_rules() 2.5 { 2.6 cp -a $src/_install/* $fs 2.7 - rm -f $fs/sbin/depmod 2.8 + rm -f $fs/sbin/depmod $fs/usr/bin/ar 2.9 mkdir -p $fs/etc/init.d 2.10 # Busybox config files. 2.11 cp stuff/busybox.conf $fs/etc