Description: Remove trailing @ from version reported by agents
Author: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Last-Update: 2018-02-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/make/fencebuild.mk
+++ b/make/fencebuild.mk
@@ -3,7 +3,7 @@
 	cat $(abs_srcdir)/$@.py | \
 	sed \
 		-e 's#@''PYTHON@#${PYTHON}#g' \
-		-e 's#@''RELEASE_VERSION#${VERSION}#g' \
+		-e 's#@''RELEASE_VERSION@#${VERSION}#g' \
 		-e 's#@''FENCEAGENTSLIBDIR@#${FENCEAGENTSLIBDIR}#g' \
 		-e 's#@''LOGDIR@#${LOGDIR}#g' \
 		-e 's#@''SBINDIR@#${sbindir}#g' \
