summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tarball.sh b/scripts/tarball.sh
index 0c96d5e..4e4a2ef 100755
--- a/scripts/tarball.sh
+++ b/scripts/tarball.sh
@@ -62,7 +62,7 @@ CT_Pushd "${CT_TOP_DIR}/.."
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