wok-next diff busybox/receipt @ rev 5887

Up: keepassx (0.4.3) & update DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 21 22:55:50 2010 +0200 (2010-07-21)
parents f835c545f2b6
children b5f4ef5d86ec
line diff
     1.1 --- a/busybox/receipt	Mon Jul 19 16:46:09 2010 +0200
     1.2 +++ b/busybox/receipt	Wed Jul 21 22:55:50 2010 +0200
     1.3 @@ -86,6 +86,11 @@
     1.4  	answer=""
     1.5  	while read i ; do
     1.6  		[ -f $1$i ] || continue
     1.7 +		case "$i" in
     1.8 +		/bin/busybox) continue ;;
     1.9 +		*bin/*) ;;
    1.10 +		*) continue ;;
    1.11 +		esac
    1.12  		if [ -z "$answer" ]; then
    1.13  			echo -n "Keep installed GNU utilities ? "
    1.14  			read -t 30 answer	# by default: keep