From a2e8ca1235ba63217552a7a5a9278270c35dc2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Thu, 17 Oct 2024 14:38:02 +0200 Subject: groups.d/010.host_deps.d/ca_certificates_host.package: point to proper repo. (oops?) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- vars/ca_certificates.vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vars') diff --git a/vars/ca_certificates.vars b/vars/ca_certificates.vars index 32603348..c692f5c3 100644 --- a/vars/ca_certificates.vars +++ b/vars/ca_certificates.vars @@ -30,7 +30,7 @@ pkg_ca_certificates_host_configure_patch_post() { }; pkg_ca_certificates_host_install_make_pre() { - "${PKG_DESTDIR}/../ca-certificates/certdata2pem_host"; + "${PKG_DESTDIR}/../cacerts_host/certdata2pem_host"; tar -C "${BUILD_WORKDIR}/ca_certificates_host-host-${PKG_TARGET}/destdir" -cpf - . | tar -C "${PKG_DESTDIR}" -xpf -; }; -- cgit v1.2.3