]> git.decadent.org.uk Git - dak.git/commitdiff
dep11 people not knowing their own layout poooooooooor dep11
authorJoerg Jaspert <joerg@debian.org>
Sun, 6 Dec 2015 13:49:16 +0000 (14:49 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 6 Dec 2015 13:49:16 +0000 (14:49 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index be7a7d30d3f79cccf3448c5dae1971e567143aca..0e5787bd8b42dbbd527c910cb6ad0a35ca824c4b 100644 (file)
@@ -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