summaryrefslogtreecommitdiffstats
path: root/share/build-scripts/debconf.d/0001-preseed-file
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-05-09 12:31:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-05-09 12:31:57 +0000
commit85ef190a3bcdbe74e35e3a78157f5749dd3e9a73 (patch)
treefe028216d5cabf696798481bee3138462270be0e /share/build-scripts/debconf.d/0001-preseed-file
parentAdding upstream version 20220508. (diff)
downloadopen-infrastructure-compute-tools-23c587f9490207a8be91ab55e8dbf7514a41169c.tar.xz
open-infrastructure-compute-tools-23c587f9490207a8be91ab55e8dbf7514a41169c.zip
Adding upstream version 20220509.upstream/20220509
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/build-scripts/debconf.d/0001-preseed-file')
-rwxr-xr-xshare/build-scripts/debconf.d/0001-preseed-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/debconf.d/0001-preseed-file b/share/build-scripts/debconf.d/0001-preseed-file
index 8e90943..aa2c3c7 100755
--- a/share/build-scripts/debconf.d/0001-preseed-file
+++ b/share/build-scripts/debconf.d/0001-preseed-file
@@ -57,7 +57,7 @@ elif [ -e "${DEBCONF}/links/${NAME}.cfg" ]
then
# user did not specify a pressed file, but there is a matching one
# in /etc/${SOFTWARE}/debconf/links directory
- db_set container/preseed-file "${DEBCONF}/${NAME}.cfg"
+ db_set container/preseed-file "${DEBCONF}/links/${NAME}.cfg"
db_fset container/preseed-file seen true
elif [ "$(ls ${DEBCONF}/*/${NAME}.cfg 2>/dev/null | wc -l)" -eq 1 ]
then