summaryrefslogtreecommitdiff
path: root/package/ca-certificates
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2012-01-12 19:36:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-01-15 11:03:39 +0100
commit6eb624f2ea2133cfb5d8f9a6e8633c386a75a8f9 (patch)
tree007eda4c1803042ceff04eed912107b7ead61480 /package/ca-certificates
parent361b9c3c78c1b51c2fc0c496b99ce99d7be423f2 (diff)
Allow leaving /etc as untouched as possible
For customized setups, it's hard to control what files get installed into /etc since in addition to the base-files package, any other package may install a sample config. When two packages provide the same file, which one of them makes it into the image depends on the order of them being installed. Solving this problem is not as trivial, as there are packages which must be allowed to install stuff into /etc. Best examples are base-files and ca-certificates. This patch solves the problem by adding another PKG_template flag "force_etc", which one can define in order to override the as well new Config.in symbol "ADK_LEAVE_ETC_ALONE".
Diffstat (limited to 'package/ca-certificates')
-rw-r--r--package/ca-certificates/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ca-certificates/Makefile b/package/ca-certificates/Makefile
index 228f30203..8c327aabd 100644
--- a/package/ca-certificates/Makefile
+++ b/package/ca-certificates/Makefile
@@ -20,7 +20,7 @@ PKGFD_SMALL:= Minimal set of CA certificates
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,CA_CERTIFICATES,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,CA_CERTIFICATES,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},force_etc))
CONFIG_STYLE:= manual