index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2018-09-13 20:40:47 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2018-09-13 20:41:43 -0400 |
commit | ab3449f5ac7c5682520bc13a439c1d37ca2953ae (patch) | |
tree | 1f95ccbf7aaaaaea777260f7aa03cd3042fbce06 | |
parent | 95d5b778c411e6365b128f6c19fb99835669461b (diff) |
-rw-r--r-- | Makefile | 7 |
@@ -1,11 +1,6 @@ PACKAGE_NAME = asp -VERSION = v3 -VDEVEL = $(shell test -d .git && git describe --dirty 2>/dev/null) - -ifneq "$(VDEVEL)" "" -VERSION = $(VDEVEL) -endif +VERSION = $(shell git describe --dirty 2>/dev/null) PREFIX = /usr/local |