summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 10bfa8daf..f2f60db11 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -46,7 +46,8 @@ RELEASE:
svn ci -F $(TEMP)/message
echo "release-$(VER) tag" > $(TEMP)/message
- svn copy $(REPO)/trunk $(REPO)/tags/release-$(VER) \
+ svn copy $(REPO)/branches/stable-1.2 \
+ $(REPO)/tags/release-$(VER) \
-F $(TEMP)/message
svn up