mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +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
|
EAPI=5
|
||||||
PYTHON_COMPAT=( python2_7 )
|
PYTHON_COMPAT=( python2_7 )
|
||||||
inherit cros-tmpfiles python-any-r1 systemd
|
inherit python-any-r1 systemd
|
||||||
|
|
||||||
RTM_NAME="NSS_${PV//./_}_RTM"
|
RTM_NAME="NSS_${PV//./_}_RTM"
|
||||||
MY_PN="nss"
|
MY_PN="nss"
|
||||||
@ -21,7 +21,8 @@ KEYWORDS="amd64"
|
|||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND="dev-libs/openssl
|
RDEPEND="dev-libs/openssl
|
||||||
sys-apps/findutils"
|
sys-apps/findutils
|
||||||
|
sys-apps/systemd"
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
${PYTHON_DEPS}"
|
${PYTHON_DEPS}"
|
||||||
|
|
||||||
@ -69,5 +70,5 @@ src_install() {
|
|||||||
|
|
||||||
# Setup initial links in /etc
|
# Setup initial links in /etc
|
||||||
dodir /etc/ssl/certs
|
dodir /etc/ssl/certs
|
||||||
tmpfiles_create
|
systemd-tmpfiles --root="${D}" --create
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user