From 635a6958b511ab8025d8dc32e0ab1b709517c864 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 14 Feb 2024 11:02:59 +0100 Subject: [PATCH] tmp: to investigate Signed-off-by: Mathieu Tortuyaux --- .../portage-stable/app-containers/lxc/lxc-5.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/app-containers/lxc/lxc-5.0.3.ebuild b/sdk_container/src/third_party/portage-stable/app-containers/lxc/lxc-5.0.3.ebuild index 4fdedaf083a..cabc08887db 100644 --- a/sdk_container/src/third_party/portage-stable/app-containers/lxc/lxc-5.0.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-containers/lxc/lxc-5.0.3.ebuild @@ -139,7 +139,8 @@ src_install() { # Replace upstream sysvinit/systemd files. if use systemd; then - rm -r "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir" + # TODO: Investigate and patch upstream why it's failing + rm -rf "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir" else rm "${ED}"/etc/init.d/lxc-{containers,net} || die "Failed to remove sysvinit scripts" fi