From 1e89515c99bc0c5a75ea3d865ff3262aacb4d4e8 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 207aa377..c9bb62fd 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