Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217848
Collapse All | Expand All

(-)baselayout-2.0.0.ebuild (+7 lines)
Lines 17-22 Link Here
17
PDEPEND="sys-apps/openrc"
17
PDEPEND="sys-apps/openrc"
18
18
19
pkg_preinst() {
19
pkg_preinst() {
20
	# Since the remap_dns_vars() called by pkg_preinst() of the baselayout-1.x
21
	# ebuild copies all the real configs from the user's /etc/conf.d into
22
	# ${D}, it makes them all appear to be the default versions. In order
23
	# to protect them from being unmerged after this upgrade, modify their
24
	# timestamps.
25
	touch "${ROOT}"/etc/conf.d/*
26
20
	# We need to install directories and maybe some dev nodes when building
27
	# We need to install directories and maybe some dev nodes when building
21
	# stages, but they cannot be in CONTENTS.
28
	# stages, but they cannot be in CONTENTS.
22
	# Also, we cannot reference $S as binpkg will break so we do this.
29
	# Also, we cannot reference $S as binpkg will break so we do this.

Return to bug 217848