[oe-commits] Koen Kooi : gdm: tweak do_install a bit

git version control git at git.openembedded.org
Thu Nov 26 11:10:12 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cd7829fa47da4180c754964854d374b43878c74d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cd7829fa47da4180c754964854d374b43878c74d

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov 26 11:33:51 2009 +0100

gdm: tweak do_install a bit

---

 recipes/gnome/gdm_2.28.1.bb |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/recipes/gnome/gdm_2.28.1.bb b/recipes/gnome/gdm_2.28.1.bb
index ef3b9f4..91a5555 100644
--- a/recipes/gnome/gdm_2.28.1.bb
+++ b/recipes/gnome/gdm_2.28.1.bb
@@ -33,9 +33,6 @@ do_install_append() {
 	install -d ${D}/${sysconfdir}/gdm
 	install -m 0644 ${WORKDIR}/gdm.conf ${D}/${sysconfdir}/gdm/
 
-	install -d ${D}/${sysconfdir}/gdm/PreSession
-	install -m 0755 ${WORKDIR}/Default ${D}/${sysconfdir}/gdm/PreSession
-
 	install -d ${D}/${sysconfdir}/pam.d
 	install -m 0755 ${WORKDIR}/gdm-pam       ${D}/${sysconfdir}/pam.d/gdm
 	install -m 0755 ${WORKDIR}/other         ${D}/${sysconfdir}/pam.d/





More information about the Openembedded-commits mailing list