We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745f93d commit 635a695Copy full SHA for 635a695
sdk_container/src/third_party/portage-stable/app-containers/lxc/lxc-5.0.3.ebuild
@@ -139,7 +139,8 @@ src_install() {
139
140
# Replace upstream sysvinit/systemd files.
141
if use systemd; then
142
- rm -r "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir"
+ # TODO: Investigate and patch upstream why it's failing
143
+ rm -rf "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir"
144
else
145
rm "${ED}"/etc/init.d/lxc-{containers,net} || die "Failed to remove sysvinit scripts"
146
fi
0 commit comments