wok diff busybox/receipt @ rev 557

Force install of glibc-2.7 by busybox
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 21:57:59 2008 +0200 (2008-04-12)
parents b796e9417abb
children 59f7e234eb2a
line diff
     1.1 --- a/busybox/receipt	Sat Apr 12 12:36:17 2008 +0200
     1.2 +++ b/busybox/receipt	Sat Apr 12 21:57:59 2008 +0200
     1.3 @@ -47,3 +47,11 @@
     1.4      $fs/usr/share/udhcpc/default.script
     1.5      chmod +x $fs/usr/share/udhcpc/default.script
     1.6  }
     1.7 +
     1.8 +# Force glibc-2.7 reinstall if 2.3.6 still in use.
     1.9 +pre_install()
    1.10 +{
    1.11 +	if grep -q 'VERSION="2.3.6"' /var/lib/tazpkg/installed/glibc/receipt: then
    1.12 +		tazpkg get-install glibc-base --forced
    1.13 +	fi
    1.14 +}