Skip to content

Commit

Permalink
adjust tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
nalin committed Sep 29, 2005
1 parent d872587 commit c391731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DISTCHECK_CONFIGURE_FLAGS = --with-moduledir=$$dc_install_base/modules

NAME = nss_directories
VERSION=@VERSION@
CVSTAG = $(shell echo $(NAME)-$(VERSION) | sed -e s,\\.,_,g -e s,-,_,g)
CVSTAG = $(shell echo $(NAME)-$(VERSION) | sed -e s,\\.,_,g)

tag:
cvs tag -c $(CVSTAG)
Expand Down

0 comments on commit c391731

Please sign in to comment.