]> git.decadent.org.uk Git - dak.git/commitdiff
fix
authorJames Troup <james@nocrew.org>
Sat, 7 Jul 2001 04:05:58 +0000 (04:05 +0000)
committerJames Troup <james@nocrew.org>
Sat, 7 Jul 2001 04:05:58 +0000 (04:05 +0000)
cron.weekly
cron.weekly-non-US

index 54d68b94309630b180372c168023fdb997d964a0..a86caac260e8847de421ef1ada1e8bb5d8d95957 100755 (executable)
@@ -20,6 +20,7 @@ fi
 
 # Clean up apt-ftparchive's databases
 
-apt-ftparchive clean apt.conf
+cd $masterdir
+apt-ftparchive -q clean apt.conf
 
 ################################################################################
index c3d7b2810d1d900e80a0136d0e22fa0b0812938a..cda53afe38e6e8ad18f95d72db8538854939959b 100755 (executable)
@@ -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
 
 ################################################################################