From c15e41acd9b737bfbb14a731d91e6666aedc19cf Mon Sep 17 00:00:00 2001 From: Alexandros Kosiaris <alex@noc.grnet.gr> Date: Fri, 1 Feb 2013 13:33:11 +0200 Subject: [PATCH] Change the name of the released file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8eef461..ea70283 100644 --- 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 -- GitLab