entrance: s/Sessions/Session/ as used by config.db
authorMatthias Hentges <oe@hentges.net>
Mon, 15 Aug 2005 09:03:53 +0000 (09:03 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 15 Aug 2005 09:03:53 +0000 (09:03 +0000)
packages/e17/entrance/Session/.mtn2git_empty [moved from packages/e17/entrance/Sessions/.mtn2git_empty with 100% similarity]
packages/e17/entrance/Session/Enlightenment [moved from packages/e17/entrance/Sessions/Enlightenment with 100% similarity]
packages/e17/entrance_20050810.bb

index 574f6ea..2714354 100644 (file)
@@ -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
        
 }