From d6167bd029e979b70393af2a2ff91c2faa9d6af4 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Thu, 2 Jul 2015 15:02:14 +0800 Subject: hiawatha: fix the installation failure due to no /var/run dir after cmake is upgrade to 3.2.2, the /var/run dir is not created, so not need to remove it. Signed-off-by: Roy Li Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb index b9fa5cde8..31293e48f 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb @@ -53,7 +53,6 @@ do_install_append() { install -m 644 ${WORKDIR}/hiawatha.service ${D}/${systemd_unitdir}/system fi - rmdir "${D}${localstatedir}/run" rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" } -- cgit v1.2.3-54-g00ecf