wok-stable rev 558
Typo in busybox pre_install
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 22:02:14 2008 +0200 (2008-04-12) |
parents | 30497b89a4fc |
children | 10d7169ad9a0 |
files | busybox/receipt |
line diff
1.1 --- a/busybox/receipt Sat Apr 12 21:57:59 2008 +0200 1.2 +++ b/busybox/receipt Sat Apr 12 22:02:14 2008 +0200 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/receipt; then 1.9 tazpkg get-install glibc-base --forced 1.10 fi 1.11 }