diff options
Diffstat (limited to 'packages/e17/entrance_20050810.bb')
-rw-r--r-- | packages/e17/entrance_20050810.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb index 574f6ea445..2714354856 100644 --- a/packages/e17/entrance_20050810.bb +++ b/packages/e17/entrance_20050810.bb @@ -15,7 +15,7 @@ SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/ file://config-db.patch;patch=1 \ file://allow-missing-xsession.patch;patch=1 \ file://Xinit.d \ - file://Sessions" + file://Session" S = "${WORKDIR}/entrance" @@ -29,9 +29,9 @@ 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 -d ${D}/etc/X11/Session install -m 755 ${WORKDIR}/Xinit.d/* ${D}/etc/X11/Xinit.d - install -m 755 ${WORKDIR}/Sessions/* ${D}/etc/X11/Sessions + install -m 755 ${WORKDIR}/Session/* ${D}/etc/X11/Session } |