From 3542536942769c4fa65c7791d04bc4b660ffd243 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Tue, 7 Jan 2025 09:43:57 +0100 Subject: [PATCH] Fix FTBFS for 'make test' See https://tests.reproducible-builds.org/debian/rb-pkg/bookworm/amd64/live-build.html --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bae824f30..da2ce88cf 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = frontend/* functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/*/* +SCRIPTS = frontend/* functions/* examples/auto/* examples/hooks/*.chroot examples/hooks/reproducible/*.chroot scripts/*.sh scripts/*/* share/bin/* share/hooks/*/* all: build