From: David-John Willis Date: Wed, 30 Dec 2009 11:54:54 +0000 (+0000) Subject: policykit: Add missing /var/run/PolicyKit folder to the do_install. X-Git-Tag: Release-2010-05/1~996 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=554a4300409a481559e8f23363ecfb83ec7b72f1;p=openembedded.git policykit: Add missing /var/run/PolicyKit folder to the do_install. --- diff --git a/recipes/policykit/policykit_0.9.bb b/recipes/policykit/policykit_0.9.bb index b13bff6f49..3e24def6fe 100644 --- a/recipes/policykit/policykit_0.9.bb +++ b/recipes/policykit/policykit_0.9.bb @@ -1,7 +1,7 @@ HOMEPAGE = "http://www.packagekit.org/" DEPENDS = "libpam expat dbus-glib intltool-native" -PR = "r6" +PR = "r7" SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-${PV}.tar.gz \ file://PolicyKit.conf \ @@ -15,6 +15,7 @@ inherit autotools pkgconfig do_install_append () { install -m 0644 ${WORKDIR}/PolicyKit.conf ${D}${sysconfdir}/PolicyKit/PolicyKit.conf + install -d ${D}${localstatedir}/run/PolicyKit } do_stage() {