]> git.decadent.org.uk Git - dak.git/commitdiff
right order. *sigh*
authorJoerg Jaspert <joerg@debian.org>
Tue, 14 Aug 2012 19:17:06 +0000 (21:17 +0200)
committerJoerg Jaspert <joerg@debian.org>
Tue, 14 Aug 2012 19:17:06 +0000 (21:17 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/common

index f3cdaaa35d517648dbb8a683be5504a31bed2b4d..b1fc190146795959a8d8e3b95d03f54fff288d2c 100644 (file)
@@ -96,7 +96,7 @@ function punew_do() {
     local exportdir="${queuedir}${qdir}/tree/${STAMP}"
     local targetdir="${queuedir}${qdir}/export"
     dak export -q "${queue}" -d "${exportdir}" --all
-    ln -sfT ${targetdir} ${exportdir}
+    ln -sfT ${exportdir} ${targetdir}
     find ${queuedir}${qdir}/tree -mindepth 1 -maxdepth 1 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf
 }