From a4914173198c205049bf3d272dd11b66dcd596e0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Apr 2021 20:46:31 +0200 Subject: Using full distributor name for progress-linux when matching lsb_release output in debconf handling. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-container-tools.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/open-infrastructure-container-tools.config b/debian/open-infrastructure-container-tools.config index 514d1bb..3384ed7 100644 --- a/debian/open-infrastructure-container-tools.config +++ b/debian/open-infrastructure-container-tools.config @@ -43,7 +43,7 @@ then DISTRIBUTOR="${DISTRIBUTOR:-Debian}" case "${DISTRIBUTOR}" in - Progress*) + Progress-Linux) SCRIPT_DEFAULT="progress-linux" ;; -- cgit v1.2.3