From 9363f9198291bd62b0f41d9ed48298bfa14b7d42 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 9 Feb 2010 03:34:04 -0800 Subject: [PATCH] Make sure that arch tar file is deleted prior to running tar. --- dist/make-dist-files | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/make-dist-files b/dist/make-dist-files index b34d0a193..48cafa941 100755 --- a/dist/make-dist-files +++ b/dist/make-dist-files @@ -191,6 +191,7 @@ for ARCH in i386 x86-64; do if [[ ! -f ${STAMP_TAR} ]]; then ( set -e + rm -f "${TARFILE}" cd "${IMAGE_LOCAL}" tar cvzf "${TL_DIR}"/"${TARFILE}" * chmod 444 "${TL_DIR}"/"${TARFILE}" -- 2.25.1