diff options
author | Holger Freyther <zecke@selfish.org> | 2008-03-11 16:01:42 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-03-11 16:01:42 +0000 |
commit | 010801ea8f8b51e49a9474012d932b244566cfdd (patch) | |
tree | 76c374be0506b510cc8be84113a0e694dfc0a15f /packages/qtopia-phone | |
parent | fa386e2e84e3b196d16aea78a70ba204961f9dec (diff) |
Qtopia Phone X11: Fix packaging, install the .desktop files and the launcher script
OE is complaining about the desktop files, on some parts it is right, on some wrong
we will fix that tomorrow.
Diffstat (limited to 'packages/qtopia-phone')
-rw-r--r-- | packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb b/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb index 0636409b35..21945c5011 100644 --- a/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb +++ b/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb @@ -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} |