From b5f4d2298803f7ef91c5553706f114998d59ea10 Mon Sep 17 00:00:00 2001
From: Joerg Jaspert <joerg@debian.org>
Date: Tue, 14 Aug 2012 21:17:06 +0200
Subject: [PATCH] right order. *sigh*

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/debian/common b/config/debian/common
index f3cdaaa3..b1fc1901 100644
--- a/config/debian/common
+++ b/config/debian/common
@@ -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
 }
 
-- 
2.39.5