From: James Troup Date: Sat, 7 Jul 2001 04:05:58 +0000 (+0000) Subject: fix X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=660b1949dc2e704ccd9bb8a4686d68f90fbe32d2;p=dak.git fix --- diff --git a/cron.weekly b/cron.weekly index 54d68b94..a86caac2 100755 --- a/cron.weekly +++ b/cron.weekly @@ -20,6 +20,7 @@ fi # Clean up apt-ftparchive's databases -apt-ftparchive clean apt.conf +cd $masterdir +apt-ftparchive -q clean apt.conf ################################################################################ diff --git a/cron.weekly-non-US b/cron.weekly-non-US index c3d7b281..cda53afe 100755 --- a/cron.weekly-non-US +++ b/cron.weekly-non-US @@ -20,6 +20,7 @@ fi # Clean up apt-ftparchive's databases -apt-ftparchive clean apt.conf-non-US +cd $masterdir +apt-ftparchive -q clean apt.conf-non-US ################################################################################