[oe-commits] Jonathan Liu : cherokee: remove empty /var/run directory

git at git.openembedded.org git at git.openembedded.org
Mon Jul 8 08:30:23 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 20e070859473fa3b7014e436e52fd5831b5c9dfc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=20e070859473fa3b7014e436e52fd5831b5c9dfc

Author: Jonathan Liu <net147 at gmail.com>
Date:   Sat Jul  6 11:47:38 2013 +0000

cherokee: remove empty /var/run directory

The /var/run directory is already created by base-files.

Signed-off-by: Jonathan Liu <net147 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-httpd/cherokee/cherokee_1.2.98.bb      |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
index 1510e70..265e24e 100644
--- a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
+++ b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
@@ -32,6 +32,8 @@ do_install_append () {
 
     install -d ${D}${systemd_unitdir}/system
     install -m 0644 ${WORKDIR}/cherokee.service ${D}${systemd_unitdir}/system
+    rmdir "${D}${localstatedir}/run"
+    rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
 }
 
 # Put -dev near the front so we can move the .la files into it with a wildcard



More information about the Openembedded-commits mailing list