diff options
author | Christian Hesse <mail@eworm.de> | 2017-10-19 15:21:11 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-10-19 15:21:11 +0200 |
commit | 29fe863ea50740a191e8ccd9ddabcf4ea5199ac6 (patch) | |
tree | 79a46f067f41ad03f6a41cc35695beeab7bf3206 | |
parent | 053ae1080405c77e4f63c0cf78cb41f61aec4a33 (diff) | |
download | pacredir-29fe863ea50740a191e8ccd9ddabcf4ea5199ac6.tar.gz pacredir-29fe863ea50740a191e8ccd9ddabcf4ea5199ac6.tar.zst |
use annotated (and signed) tags only
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ config.h: version.h: $(wildcard .git/HEAD .git/index .git/refs/tags/*) Makefile echo "#ifndef VERSION" > $@ - echo "#define VERSION \"$(shell git describe --tags --long 2>/dev/null || echo ${VERSION})\"" >> $@ + echo "#define VERSION \"$(shell git describe --long 2>/dev/null || echo ${VERSION})\"" >> $@ echo "#endif" >> $@ avahi/pacdbserve.service: avahi/pacdbserve.service.in |