wok 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 | 47e1fb2ba0f5 |
children | 59f7e234eb2a |
files | busybox/receipt |
line diff
1.1 --- a/busybox/receipt Sat Apr 12 21:49:32 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 +}