[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Helps to use the right path



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/cron.dinstall |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 70001b4..403a03f 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -338,7 +338,7 @@ ts "logremove"
 echo "Finally, all is done, sending mail and compressing logfile"
 exec > /dev/null 2>&1
 
-$base/tools/logs.py "$LOGFILE"
+$masterdir/tools/logs.py "$LOGFILE"
 
 cat "$LOGFILE" | mail -s "Log for dinstall run of ${NOW}" cron@ftp-master.debian.org
 bzip2 -9 "$LOGFILE"
-- 
1.5.6.5


Reply to: