# HG changeset patch # User Pascal Bellard # Date 1274733881 -7200 # Node ID 63562a0e88a28ab3283305ce5e4ca2f38e6af842 # Parent ef1f3ec05b8853fca388d758625e52f9e9196a52 Install implicit depends early diff -r ef1f3ec05b88 -r 63562a0e88a2 tazpkg --- a/tazpkg Sun Mar 28 00:37:57 2010 +0100 +++ b/tazpkg Mon May 24 22:44:41 2010 +0200 @@ -1655,9 +1655,12 @@ touch $2-processed # Upgrade tazpkg first. It may handle new features/formats... - case " $LIST " in - *\ tazpkg\ *) LIST="tazpkg $LIST";; - esac + # then upgrade essential packages early + for pkg in busybox-pam busybox glibc-base tazpkg ; do + case " $LIST " in + *\ $pkg\ *) LIST="$pkg $LIST";; + esac + done for pkg in $LIST do