# HG changeset patch # User Pascal Bellard # Date 1246134189 -7200 # Node ID d1675d1771245bd4806a0eb0a2a485a32dfcf468 # Parent 6d2a7e095c2b652859ca65037a14217daa283473 busybox: disable /usr/bin/ar diff -r 6d2a7e095c2b -r d1675d177124 busybox-pam/receipt --- a/busybox-pam/receipt Sat Jun 27 15:30:51 2009 +0000 +++ b/busybox-pam/receipt Sat Jun 27 22:23:09 2009 +0200 @@ -53,7 +53,7 @@ genpkg_rules() { cp -a $src/_install/* $fs - rm -f $fs/sbin/depmod + rm -f $fs/sbin/depmod $fs/usr/bin/ar cp -a stuff/etc $fs mkdir -p $fs/etc/init.d # Busybox config files. diff -r 6d2a7e095c2b -r d1675d177124 busybox/receipt --- a/busybox/receipt Sat Jun 27 15:30:51 2009 +0000 +++ b/busybox/receipt Sat Jun 27 22:23:09 2009 +0200 @@ -50,7 +50,7 @@ genpkg_rules() { cp -a $src/_install/* $fs - rm -f $fs/sbin/depmod + rm -f $fs/sbin/depmod $fs/usr/bin/ar mkdir -p $fs/etc/init.d # Busybox config files. cp stuff/busybox.conf $fs/etc