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