diff -r 9d98c59aa1c3 -r a291bfa17715 scripts/tarball.sh --- a/scripts/tarball.sh Wed May 23 21:40:57 2007 +0000 +++ b/scripts/tarball.sh Sat Jun 16 22:23:53 2007 +0000 @@ -62,7 +62,7 @@ botdir=`pwd` # Build the list of files to exclude: -echo "${topdir}/*.log" >"${tempdir}/${CT_TARGET}.list" +echo "${topdir}/log.*" >"${tempdir}/${CT_TARGET}.list" echo "${topdir}/targets/*-*-*-*" >>"${tempdir}/${CT_TARGET}.list" for t in `ls -1 "${topdir}/targets/tarballs/"`; do case "${CT_TARBALLS}" in