summaryrefslogtreecommitdiffstats
path: root/debian/patches/upstream/0001-debconf-includes.patch
blob: 1b5df4a2087ccbb4d74e6e20100d577b8977fa1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Correcting whitespace error in include handling that broke debconf container create script.

diff -Naurp open-infrastructure-compute-tools.orig/share/scripts/debconf open-infrastructure-compute-tools/share/scripts/debconf
--- open-infrastructure-compute-tools.orig/share/scripts/debconf
+++ open-infrastructure-compute-tools/share/scripts/debconf
@@ -359,7 +359,7 @@ Debootstrap ()
 	INCLUDE="dbus"
 
 	# apt repositories
-	INCLUDE="${INCLUDE} gnupg"
+	INCLUDE="${INCLUDE},gnupg"
 
 	if ( echo "${MIRROR}" | grep -qs '^https' ) || \
 	   ( echo "${PARENT_MIRROR}" | grep -qs '^https' )