From 3bc9670a3b88ddab7e3cc3969ff1e2f631537156 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 27 Mar 2024 17:56:27 +0100 Subject: [PATCH] tmp: app-containers/lxf: force file removal Signed-off-by: Mathieu Tortuyaux --- .../portage-stable/app-containers/lxc/lxc-5.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 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..34c3089efa1 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,7 @@ src_install() { # Replace upstream sysvinit/systemd files. if use systemd; then - rm -r "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir" + 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