From fb38661cab30b40b503b55ac8dedcc2a8994932f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 25 Oct 2024 09:56:29 +0200 Subject: [PATCH] build: Fix "make distcheck" failure (regression 2024-10-23). * check-copyright-headers (func_check_file): Update after DISCLAIM was renamed. --- check-copyright-headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.47.2