diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-30 11:54:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-06 09:34:57 +0100 |
commit | 554a4300409a481559e8f23363ecfb83ec7b72f1 (patch) | |
tree | f9876b704e05d072dce1b356f4dcb4c7179f29a5 /recipes/policykit | |
parent | 43f905d120f20cdd96bde06f7c0889980c2cfff1 (diff) |
policykit: Add missing /var/run/PolicyKit folder to the do_install.
Diffstat (limited to 'recipes/policykit')
-rw-r--r-- | recipes/policykit/policykit_0.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |