Skip to content

Commit 257114d

Browse files
committed
tmp: app-containers/lxf: force file removal
Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent ad084e8 commit 257114d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ 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+
rm -rf "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir"
143143
else
144144
rm "${ED}"/etc/init.d/lxc-{containers,net} || die "Failed to remove sysvinit scripts"
145145
fi

0 commit comments

Comments
 (0)