wok diff busybox/receipt @ rev 567

busybox: typo in pre_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 13 11:09:17 2008 +0000 (2008-04-13)
parents 59f7e234eb2a
children 87b81df312aa
line diff
     1.1 --- a/busybox/receipt	Sat Apr 12 22:02:14 2008 +0200
     1.2 +++ b/busybox/receipt	Sun Apr 13 11:09:17 2008 +0000
     1.3 @@ -51,7 +51,7 @@
     1.4  # Force glibc-2.7 reinstall if 2.3.6 still in use.
     1.5  pre_install()
     1.6  {
     1.7 -	if grep -q 'VERSION="2.3.6"' /var/lib/tazpkg/installed/glibc/receipt; then
     1.8 +	if grep -q 'VERSION="2.3.6"' /var/lib/tazpkg/installed/glibc-base/receipt; then
     1.9  		tazpkg get-install glibc-base --forced
    1.10  	fi
    1.11  }