From debe752c7402f790a120b6ead1259e3dcf7cfe81 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 12 Aug 2017 09:35:05 +0000 Subject: [PATCH] checkout sources in a new dir when retrieving rc packages --- debian/orig-tar.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 2ab18f44..59bcbad5 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -78,6 +78,9 @@ checkout_sources() { cd $SVN_ARCHIVES/ DEST=$PROJECT-$BRANCH + if test -n "$TAG"; then + DEST=$DEST-$TAG + fi if test -d $DEST; then cd $DEST if test -n "$BRANCH"; then