Browse Source

server.mk: fix release archive names

* UTILITIES/server.mk: Strip "release_" prefix from $(GITVERSION) when
  making the archive names.
Achim Gratz 12 years ago
parent
commit
6dedecf806
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UTILITIES/server.mk

+ 1 - 1
UTILITIES/server.mk

@@ -22,7 +22,7 @@ ORGELPA := $(ORGELPA:%/=%/*)
 
 release:	ORG_MAKE_DOC=info pdf card # do not make HTML documentation
 release:	cleanall doc autoloads rel-dirty
-rel-dirty:	ORGDIR=org-$(GITVERSION)
+rel-dirty:	ORGDIR=org-$(GITVERSION:release_%=%)
 rel-dirty:
 	-@$(RM) $(ORGDIR) $(ORGRTAR) $(ORGRZIP)
 	ln -s . $(ORGDIR)