X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=b7679dcfa50edd7b59abf82813ce9a0499f4410a;hb=ce0d1161ff47211e8cf9dd417de06603d1fc8000;hp=8a5ec24e32c8ed8b12b18973221fba3519d26f9b;hpb=438caaddbc1b10b52a19731ca01249cb6683bfc1;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 8a5ec24e..b7679dcf 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -232,7 +232,7 @@ function mkmaintainers() { function copyoverrides() { log 'Copying override files into public view ...' - for ofile in ${overridedir}/override.{lenny,squeeze,wheezy,sid}.{,extra.}{main,contrib,non-free}*; do + for ofile in ${overridedir}/override.{squeeze,wheezy,sid}.{,extra.}{main,contrib,non-free}*; do bname=${ofile##*/} gzip -9cv --rsyncable ${ofile} > ${indices}/${bname}.gz chmod g+w ${indices}/${bname}.gz