diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-06-04 18:24:42 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-06-04 18:24:42 +0200 |
commit | edc4600010c985a09b048bfce39b73dbe10167a2 (patch) | |
tree | 60ddee730b0bba6233be2100092abe686edaa3e1 | |
parent | b6189f1907e22aad1cda7ecf236529bd7b270734 (diff) |
Makefile: replace - with . in $(VERSION)
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION:=$(shell git describe --dirty | sed 's/^v//') +VERSION:=$(shell git describe --dirty | sed 's/^v//; s/-/./g') MANDIR=/usr/share/man BINDIR=/usr/bin LIBDIR=/usr/lib |