summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-02-03 16:13:23 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-02-03 16:13:23 +0100
commit02f476605f13a9495c98a60b663b50c601db7737 (patch)
tree713608fb37ca48c2ba7374ac49a673db5c810533 /Makefile.in
parent39f21ce87ade44499d9007ce36a329f178c10d26 (diff)
downloadquilt-02f476605f13a9495c98a60b663b50c601db7737.tar.gz
make snapshot: strip the v from v$version tags.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9801eec..48d95bb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -123,7 +123,7 @@ SRC += changes2changelog
NON_EXEC_IN := doc/quilt.1 doc/README quilt/scripts/patchfns
-GIT_DESC := $(shell ./git-desc)
+GIT_DESC := $(shell ./git-desc | sed -e 's:^v::')
TESTS := $(filter-out test/patch-wrapper.test,$(wildcard test/*.test))
DIRT += test/.depend $(wildcard test/.*.ok)