]> git.decadent.org.uk Git - dak.git/commitdiff
delete src overrides file before appending to it.
authorRyan Murray <rmurray@debian.org>
Sat, 5 Apr 2003 18:58:26 +0000 (18:58 +0000)
committerRyan Murray <rmurray@debian.org>
Sat, 5 Apr 2003 18:58:26 +0000 (18:58 +0000)
cron.buildd

index 7ada7943782e0711ec979dfc661a40e9dc71ae77..03c383f8b5af95ba40f38e78def55b4cf7c6666f 100644 (file)
@@ -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