Skip to content

Commit 635a695

Browse files
committed
tmp: to investigate
Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent 745f93d commit 635a695

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk_container/src/third_party/portage-stable/app-containers/lxc/lxc-5.0.3.ebuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ src_install() {
139139

140140
# Replace upstream sysvinit/systemd files.
141141
if use systemd; then
142-
rm -r "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir"
142+
# TODO: Investigate and patch upstream why it's failing
143+
rm -rf "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir"
143144
else
144145
rm "${ED}"/etc/init.d/lxc-{containers,net} || die "Failed to remove sysvinit scripts"
145146
fi

0 commit comments

Comments
 (0)