mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
monkey: Remove /var/run
This is empty and its a runtime directory which is created by base-files already Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -39,6 +39,7 @@ OECMAKE_GENERATOR = "Unix Makefiles"
|
||||
|
||||
do_install_append() {
|
||||
rm -rf ${D}/run
|
||||
rm -rf ${D}${localstatedir}/run
|
||||
install -Dm 0755 ${WORKDIR}/monkey.init ${D}${sysconfdir}/init.d/monkey
|
||||
|
||||
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
||||
|
||||
Reference in New Issue
Block a user