Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit add63f6ba4f934e12591726fd773d50a0c58527f Author: Sven Eckelmann sven@narfation.org Date: Sat Sep 21 16:31:15 2013 +0200
alfred: Fix version number for git builds of vis
Signed-off-by: Sven Eckelmann sven@narfation.org
add63f6ba4f934e12591726fd773d50a0c58527f vis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vis/Makefile b/vis/Makefile index 9bf72c9..bd83877 100644 --- a/vis/Makefile +++ b/vis/Makefile @@ -49,7 +49,7 @@ PREFIX = /usr/local SBINDIR = $(PREFIX)/sbin
# try to generate revision -REVISION= $(shell if [ -d .git ]; then \ +REVISION= $(shell if [ -d ../.git ]; then \ echo $$(git describe --always --dirty --match "v*" |sed 's/^v//' 2> /dev/null || echo "[unknown]"); \ fi) ifneq ($(REVISION),)