# HG changeset patch # User Pascal Bellard # Date 1208084957 0 # Node ID 38657c390a2fc5de5e7af7302c8e1d25409b0d55 # Parent 633aa294b0da5334289e6c4ad597434783d1e6b4 busybox: typo in pre_install diff -r 633aa294b0da -r 38657c390a2f busybox/receipt --- a/busybox/receipt Sun Apr 13 01:37:55 2008 +0200 +++ b/busybox/receipt Sun Apr 13 11:09:17 2008 +0000 @@ -51,7 +51,7 @@ # Force glibc-2.7 reinstall if 2.3.6 still in use. pre_install() { - if grep -q 'VERSION="2.3.6"' /var/lib/tazpkg/installed/glibc/receipt; then + if grep -q 'VERSION="2.3.6"' /var/lib/tazpkg/installed/glibc-base/receipt; then tazpkg get-install glibc-base --forced fi }