summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornalin <nalin>2002-11-18 22:15:10 +0000
committernalin <nalin>2002-11-18 22:15:10 +0000
commit389e8ae0cb17281d0078c859508ea13ae9b77890 (patch)
treebae8a20851f9e821e8a598ed303afcbc153bc95f
parentdbf919855d755917146a86ab4e3201041ade0332 (diff)
downloadnss_directories-389e8ae0cb17281d0078c859508ea13ae9b77890.tar.gz
nss_directories-389e8ae0cb17281d0078c859508ea13ae9b77890.tar.xz
nss_directories-389e8ae0cb17281d0078c859508ea13ae9b77890.zip
fix archive target to handle manually-specified CVSTAG values correctly
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7a30022..65d89e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,5 @@ archive:
$(RM) -fr /tmp/$(NAME)-$(VERSION)
cd /tmp ; cvs -d $(shell cat $(top_srcdir)/CVS/Root) export -r $(CVSTAG) -d $(NAME)-$(VERSION) $(NAME)
cd /tmp/$(NAME)-$(VERSION) ; ./autogen.sh ; make distcheck
- mv /tmp/$(NAME)-$(VERSION)/$(NAME)-$(VERSION).tar.* $(top_srcdir)/
+ mv -v /tmp/$(NAME)-$(VERSION)/$(NAME)-*.*.tar.* $(top_srcdir)/
$(RM) -fr /tmp/$(NAME)-$(VERSION)
-