wok rev 6062

tazbb: preserve hotfixes in tazwok & tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 21 13:58:44 2010 +0200 (2010-08-21)
parents 67c05a14a3b1
children db0522a9fd7a
files tazbb/stuff/tazbb
line diff
     1.1 --- a/tazbb/stuff/tazbb	Fri Aug 20 23:26:36 2010 +0000
     1.2 +++ b/tazbb/stuff/tazbb	Sat Aug 21 13:58:44 2010 +0200
     1.3 @@ -340,6 +340,9 @@
     1.4  			case " $TOOLCHAIN " in
     1.5  			*\ $PACKAGE\ *) continue;;
     1.6  			esac
     1.7 +			case "$PACKAGE" in
     1.8 +			tazbb|tazwok|tazpkg) continue;;
     1.9 +			esac
    1.10  			for dep in $BUILD_DEPENDS $TOOLCHAIN ; do
    1.11  				[ $BUILD_WOK/$PACKAGE/taz -nt $BUILD_WOK/$dep/taz ] && continue
    1.12  				[ "$1" = "report" ] && echo "Refresh : $PACKAGE (older than $dep)"