--- genkernel-3.0.2c/work/genkernel-3.0.2c/gen_compile.sh 2004-07-12 22:45:57.000000000 +0200 +++ genkernel-3.0.2c/work/genkernel-3.0.2c/gen_compile.sh 2004-07-21 17:42:19.000000000 +0200 @@ -392,7 +392,7 @@ BUILD_DIETLIBC=0 [ ! -f "${DIETLIBC_BINCACHE}" ] && BUILD_DIETLIBC=1 [ ! -f "${DIETLIBC_BINCACHE_TEMP}" ] && BUILD_DIETLIBC=1 - if [ "${BUILD_DIETLIBC}" ] + if ! isTrue "${BUILD_DIETLIBC}" then ORIGTEMP=`cat "${DIETLIBC_BINCACHE_TEMP}"` if [ "${TEMP}" != "${ORIGTEMP}" ]