diff options
Diffstat (limited to 'opie-3rdparty/tickypip_0.1.2.oe')
-rw-r--r-- | opie-3rdparty/tickypip_0.1.2.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opie-3rdparty/tickypip_0.1.2.oe b/opie-3rdparty/tickypip_0.1.2.oe index 61776c2430..396f6d7907 100644 --- a/opie-3rdparty/tickypip_0.1.2.oe +++ b/opie-3rdparty/tickypip_0.1.2.oe @@ -13,7 +13,7 @@ SRC_URI = "http://www.chipx86.com/packages/ipkg/tickypip-0.1.2.tar.gz \ APPNAME = "tickypip" APPTYPE = "binary" -APPDESKTOP = "${S}" +APPDESKTOP = "${WORKDIR}" QMAKE_PROFILES = "tickypip.pro" @@ -25,7 +25,6 @@ do_install () { # copy share install -d ${D}/${palmtopdir}/share/${APPNAME}/ install -m 0644 ${S}/levels/* ${D}/${palmtopdir}/share/${APPNAME}/ - install -m 0644 ${WORKDIR}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games/ } |