From: Joerg Jaspert Date: Sun, 6 Dec 2015 13:49:16 +0000 (+0100) Subject: dep11 people not knowing their own layout poooooooooor dep11 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=e2fece09465824ae77bf1c9f526028d4e5a530e7 dep11 people not knowing their own layout poooooooooor dep11 Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index be7a7d30..0e5787bd 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -112,7 +112,7 @@ function dep11() { if [ -d ${dir}/ ]; then for comp in main contrib non-free; do mkdir -p ${ftpdir}/dists/${dir}/${comp}/dep11 - cd ${dir}/${comp}/dep11 + cd ${dir}/${comp} rsync -aq --delete --delete-after --exclude *.tmp . ${ftpdir}/dists/${dir}/${comp}/dep11/. cd ${scriptdir}/dep11 done