# HG changeset patch # User Pascal Bellard # Date 1282391924 -7200 # Node ID e91159c0d81483f2e607fddc534d5e4c546ce9f1 # Parent 67c05a14a3b117c94cc7724ebccc852c6a409bf3 tazbb: preserve hotfixes in tazwok & tazpkg diff -r 67c05a14a3b1 -r e91159c0d814 tazbb/stuff/tazbb --- a/tazbb/stuff/tazbb Fri Aug 20 23:26:36 2010 +0000 +++ b/tazbb/stuff/tazbb Sat Aug 21 13:58:44 2010 +0200 @@ -340,6 +340,9 @@ case " $TOOLCHAIN " in *\ $PACKAGE\ *) continue;; esac + case "$PACKAGE" in + tazbb|tazwok|tazpkg) continue;; + esac for dep in $BUILD_DEPENDS $TOOLCHAIN ; do [ $BUILD_WOK/$PACKAGE/taz -nt $BUILD_WOK/$dep/taz ] && continue [ "$1" = "report" ] && echo "Refresh : $PACKAGE (older than $dep)"