From 660b1949dc2e704ccd9bb8a4686d68f90fbe32d2 Mon Sep 17 00:00:00 2001 From: James Troup Date: Sat, 7 Jul 2001 04:05:58 +0000 Subject: [PATCH] fix --- cron.weekly | 3 ++- cron.weekly-non-US | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ################################################################################ -- 2.39.5