From 528cabd5c05d3bbd059bee7892e80b0d893d0118 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 15 Aug 2018 22:58:11 +0300 Subject: [PATCH] apt-conf: fix IMAGE_INIT_LIST handling It shouldn't be overridden but rather appended to; the leading "+" is ensured by lib/profile.mk (see also mkimage's README for details). --- features.in/apt-conf/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/apt-conf/config.mk b/features.in/apt-conf/config.mk index 3bdb87ea..8e4a37e1 100644 --- a/features.in/apt-conf/config.mk +++ b/features.in/apt-conf/config.mk @@ -1,7 +1,7 @@ use/apt-conf: @$(call add_feature) @$(call add,THE_PACKAGES,apt-conf-$$(THE_APT_CONF)) - @$(call set,IMAGE_INIT_LIST,+apt-conf-$$(THE_APT_CONF)) + @$(call add,IMAGE_INIT_LIST,apt-conf-$$(THE_APT_CONF)) @$(call try,THE_APT_CONF,sisyphus) use/apt-conf/branch: use/apt-conf