From 588e51626b4016ea3f5fee76992dbad8013ba4f5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 2 Oct 2022 17:34:06 +0200 Subject: Using repo.sources instead of repo.list for local repositories in debconf build scripts. Signed-off-by: Daniel Baumann --- share/build-scripts/debconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/build-scripts/debconf') diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf index 981ea99..b3b4577 100755 --- a/share/build-scripts/debconf +++ b/share/build-scripts/debconf @@ -585,9 +585,9 @@ EOF fi # Add local archives configured from preseed file - if ls "${DEBCONF_TMPDIR}/apt"/*.list > /dev/null 2>&1 + if ls "${DEBCONF_TMPDIR}/apt"/*.sources > /dev/null 2>&1 then - cp "${DEBCONF_TMPDIR}/apt"/*.list "${DIRECTORY}/etc/apt/sources.list.d" + cp "${DEBCONF_TMPDIR}/apt"/*.sources "${DIRECTORY}/etc/apt/sources.list.d" if ls "${DEBCONF_TMPDIR}/apt"/*.key > /dev/null 2>&1 then -- cgit v1.2.3