From: Bruno Haible Date: Fri, 25 Oct 2024 07:56:29 +0000 (+0200) Subject: build: Fix "make distcheck" failure (regression 2024-10-23). X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb38661cab30b40b503b55ac8dedcc2a8994932f;p=thirdparty%2Fgettext.git build: Fix "make distcheck" failure (regression 2024-10-23). * check-copyright-headers (func_check_file): Update after DISCLAIM was renamed. --- diff --git a/check-copyright-headers b/check-copyright-headers index 5716d2d8a..1532e5798 100755 --- a/check-copyright-headers +++ b/check-copyright-headers @@ -151,7 +151,7 @@ func_check_file () # We are not interested in attaching our own copyright header to each. return 0 ;; - /gettext-tools/misc/DISCLAIM ) + /gettext-tools/misc/disclaim-translations.txt ) # This is a form, used for communication with the FSF. return 0 ;;