From: Justin Patrin Date: Sat, 3 Sep 2005 00:00:22 +0000 (+0000) Subject: entrance: remove more Xinit.d references X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6bbae0eae0f57803619cac5aa2825fa63d96af;p=openembedded.git entrance: remove more Xinit.d references --- diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb index d2e523f459..1c27111f49 100644 --- a/packages/e17/entrance_20050810.bb +++ b/packages/e17/entrance_20050810.bb @@ -31,11 +31,8 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \ FILES += "${datadir}" do_install_append() { - install -d ${D}/etc/X11/Xinit.d install -d ${D}/etc/X11/Xsession.d install -d ${D}/etc/X11/Sessions - install -m 755 ${WORKDIR}/Xinit.d/* ${D}/etc/X11/Xinit.d install -m 755 ${WORKDIR}/Sessions/* ${D}/etc/X11/Sessions - }