We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accd423 commit 813292eCopy full SHA for 813292e
sdk_container/src/third_party/portage-stable/app-containers/lxc/lxc-5.0.3.ebuild
@@ -139,7 +139,7 @@ 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"
+ rm -rf "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir"
143
else
144
rm "${ED}"/etc/init.d/lxc-{containers,net} || die "Failed to remove sysvinit scripts"
145
fi
0 commit comments