diff options
-rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 8b38c1aaa8..454d7e3cbe 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
@@ -277,7 +277,7 @@ do_install () { | |||
277 | 277 | ||
278 | # Remove the sysvinit specific configuration file for systemd systems to avoid confusion | 278 | # Remove the sysvinit specific configuration file for systemd systems to avoid confusion |
279 | if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'false', 'true', d)}; then | 279 | if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'false', 'true', d)}; then |
280 | rm ${D}${sysconfdir}/syslog-startup.conf.${BPN} | 280 | rm -f ${D}${sysconfdir}/syslog-startup.conf.${BPN} |
281 | fi | 281 | fi |
282 | } | 282 | } |
283 | 283 | ||