From f5b1ebb86c9dcbf2601413830f7e88c596d7b595 Mon Sep 17 00:00:00 2001 From: Ryan Murray Date: Sat, 5 Apr 2003 18:58:26 +0000 Subject: [PATCH] delete src overrides file before appending to it. --- cron.buildd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.buildd b/cron.buildd index 7ada7943..03c383f8 100644 --- a/cron.buildd +++ b/cron.buildd @@ -18,7 +18,7 @@ if [ ! -e "$ftpdir/Archive_Maintenance_In_Progress" ]; then trap cleanup 0 cd $overridedir denise &>/dev/null - rm -f override.sid.all3 + rm -f override.sid.all3 override.sid.all3.src for i in main contrib non-free main.debian-installer; do cat override.sid.$i >> override.sid.all3 if [ "$i" != "main.debian-installer" ]; then -- 2.39.5