From c391731b53b5f1f10602ec3b2fcab84fdf14db8b Mon Sep 17 00:00:00 2001 From: nalin Date: Thu, 29 Sep 2005 16:32:34 +0000 Subject: adjust tag format --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 10deee3..d3143ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) -- cgit