wok-current diff busybox-pam/receipt @ rev 5904

gst-plugins-good: fix for gcc 4.5.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 26 13:09:49 2010 +0200 (2010-07-26)
parents f835c545f2b6
children b5f4ef5d86ec
line diff
     1.1 --- a/busybox-pam/receipt	Mon Jul 19 16:46:09 2010 +0200
     1.2 +++ b/busybox-pam/receipt	Mon Jul 26 13:09:49 2010 +0200
     1.3 @@ -93,6 +93,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 answer