Qtopia Phone X11: Fix packaging, install the .desktop files and the launcher script
authorHolger Freyther <zecke@selfish.org>
Tue, 11 Mar 2008 16:01:42 +0000 (16:01 +0000)
committerHolger Freyther <zecke@selfish.org>
Tue, 11 Mar 2008 16:01:42 +0000 (16:01 +0000)
    OE is complaining about the desktop files, on some parts it is right, on some wrong
    we will fix that tomorrow.

packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb

index 0636409..21945c5 100644 (file)
@@ -101,7 +101,7 @@ do_install() {
 
    # Install freedesktop.org .desktop files for enlightenment
    install -d ${D}${datadir}/applications
-   for app in "${S}/apps-fdo"*; do
+   for app in "${S}/apps-fdo/"*; do
      for file in "$app"/*.desktop; do
         install -m 0644 $file ${D}${datadir}/applications/
      done
@@ -111,7 +111,7 @@ do_install() {
 
    # Make sure qpe gets launched by X
    install -d ${D}/${sysconfdir}/X11/Xsession.d
-   install -m 0755 ${WORKDIR}/Xsession.d/99qpe ${D}${sysconfdir}/X11/Xsession.d/
+   install -m 0755 ${WORKDIR}/Xsession.d/99qtopia ${D}${sysconfdir}/X11/Xsession.d/
 
    # Install some scripts
    install -d ${D}${bindir}