summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
index da12ab838..04ecb1961 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
@@ -60,6 +60,9 @@ do_install_append() {
60 60
61 chown -R gdm:gdm ${D}${localstatedir}/lib/gdm 61 chown -R gdm:gdm ${D}${localstatedir}/lib/gdm
62 chmod 0750 ${D}${localstatedir}/lib/gdm 62 chmod 0750 ${D}${localstatedir}/lib/gdm
63
64 rm -rf "${D}${localstatedir}/run"
65 rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
63} 66}
64 67
65FILES_${PN} += "${datadir}/icon* \ 68FILES_${PN} += "${datadir}/icon* \