Fixes: b3a3b7eb1a15c5633ae890bec00fe5691b784d99 Signed-off-by: Chris Hofstaedtler <zeha@xxxxxxxxxx> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 88943f1e4..20e6fe1c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -167,7 +167,7 @@ $(PATHFILES): Makefile dist-hook: echo $(VERSION) > $(distdir)/.tarball-version # Set ChangeLog tag reference. - sed -i "s/log/log;h=$(VERSION)/" $(distdir)/ChangeLog + sed -i "s!log!log?h=v$(VERSION)!" $(distdir)/ChangeLog distclean-local: -find . -name \*~ -o -name \*.orig -o -name \*.rej | xargs rm -f -- 2.27.0.rc0