summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackport4
1 files changed, 3 insertions, 1 deletions
diff --git a/backport b/backport
index a3826d2..685deca 100755
--- a/backport
+++ b/backport
@@ -105,8 +105,10 @@ newver="$currentver$tildes$versiontag+1"
if [ -z "$cldist" ]; then
if [ "$currentdist" = "experimental" ]; then
cldist="experimental-$target-backport"
- else
+ elif [ "$currentdist" = "unstable" ]; then
cldist="$target-backport"
+ else
+ cldist="$currentdist-$target"
fi
fi