From: Chris Hofstaedtler Date: Thu, 21 May 2020 15:42:30 +0000 (+0000) Subject: build-sys: Fix autogenerated URL in ChangeLog X-Git-Tag: v2.36-rc1~76 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Futil-linux.git;a=commitdiff_plain;h=595e901b5c9d666917eebca759dff15f96d70aa9 build-sys: Fix autogenerated URL in ChangeLog Fixes: b3a3b7eb1a15c5633ae890bec00fe5691b784d99 Signed-off-by: Chris Hofstaedtler --- diff --git a/Makefile.am b/Makefile.am index 88943f1e45..20e6fe1c07 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