summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2003-10-18 20:35:27 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2003-10-18 20:35:27 +0000
commitd1a09a5499847e553cb9335d69a61131411e6cd0 (patch)
tree4e0087ca52a2aabe59fb9c5bbae4fe9852a881ca /Makefile.am
parent73002b6524c36bd9497fbc98e8287c6b48e72c51 (diff)
downloadlibgphoto2-d1a09a5499847e553cb9335d69a61131411e6cd0.tar.gz
correct cvs tag for RCs
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6839 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 366b2e6d1..9c908f063 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,6 +62,6 @@ if MAINTAINER_MODE
# released version
.PHONY: cvs-tags
cvs-tags: Makefile
- @echo cvs tag "@PACKAGE@-$$(echo '@VERSION@' | sed 's/\./_/g')"
+ @echo cvs tag "@PACKAGE@-$$(echo '@VERSION@' | sed -e 's/\./_/g' -e 's/rc/-rc/g')"
endif