[dak/master] right order. *sigh*
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
config/debian/common | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config/debian/common b/config/debian/common
index f3cdaaa..b1fc190 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
}
--
1.7.2.5
Reply to: