X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall;h=b6ed073a3c2c82f90046febc38d15b6cc921fcbc;hb=54801e18aa70713b68b77fa6be25cdfe4e6bd152;hp=d38503cedbd8f7870b620051360640b6792e00f6;hpb=78bd3775a7c8adc6de0ab758551f71751ca55fca;p=dak.git diff --git a/config/debian/dinstall b/config/debian/dinstall index d38503ce..b6ed073a 100755 --- a/config/debian/dinstall +++ b/config/debian/dinstall @@ -167,9 +167,8 @@ function i18n1() { # Process the accepted queue function accepted() { log "Processing queue/accepted" - cd "$accepted" - rm -f REPORT - dak process-accepted -pa *.changes > REPORT + rm -f "$accepted/REPORT" + dak process-accepted -pa -d "$accepted" > "$accepted/REPORT" cat REPORT | mail -s "Install for $(date +"%D - %R")" ftpmaster@ftp-master.debian.org chgrp debadmin REPORT chmod 664 REPORT