diff -r 9d98c59aa1c3 -r c15fb959562f scripts/tarball.sh --- a/scripts/tarball.sh Wed May 23 21:40:57 2007 +0000 +++ b/scripts/tarball.sh Mon Jun 04 17:51:55 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