mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 21:41:05 +02:00
ca-certificates: replace cros-tmpfiles with systemd-tmpfiles
Reapply 93ec181e26540e65f8b7636a6d63be87affb49a4
This commit is contained in:
parent
e0ef57130a
commit
54f371db7f
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit cros-tmpfiles python-any-r1 systemd
|
||||
inherit python-any-r1 systemd
|
||||
|
||||
RTM_NAME="NSS_${PV//./_}_RTM"
|
||||
MY_PN="nss"
|
||||
@ -21,7 +21,8 @@ KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/openssl
|
||||
sys-apps/findutils"
|
||||
sys-apps/findutils
|
||||
sys-apps/systemd"
|
||||
DEPEND="${RDEPEND}
|
||||
${PYTHON_DEPS}"
|
||||
|
||||
@ -69,5 +70,5 @@ src_install() {
|
||||
|
||||
# Setup initial links in /etc
|
||||
dodir /etc/ssl/certs
|
||||
tmpfiles_create
|
||||
systemd-tmpfiles --root="${D}" --create
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user