Change the name of the released file
authorAlexandros Kosiaris <alex@noc.grnet.gr>
Fri, 1 Feb 2013 11:33:11 +0000 (13:33 +0200)
committerAlexandros Kosiaris <alex@noc.grnet.gr>
Fri, 1 Feb 2013 11:33:11 +0000 (13:33 +0200)
Makefile

index 8eef461..ea70283 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 flowspytag = $(shell git describe --abbrev=0)
-flowspyver = $(shell git describe --abbrev=0 | egrep -o '([0-9]+\.){1,10}[0-9]+')
+flowspyver = $(shell git describe --abbrev=0 | egrep -o '([0-9]+\.){1,10}[0-9]+' | sed -e 's/\./_/g')
 name              = $(shell basename $(shell pwd))
 
 .PHONY: dist distclean