From: Marcin Juszkiewicz Date: Thu, 15 Jul 2004 20:01:55 +0000 (+0000) Subject: put levels in right directory X-Git-Tag: Release-2010-05/1~18207 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbc128b909901ba048eeb601f92c4f097be941e;p=openembedded.git put levels in right directory BKrev: 40f6e2b3cXV0_m51A3aYL4U6WbWYNg --- diff --git a/opie-3rdparty/tickypip_0.1.2.oe b/opie-3rdparty/tickypip_0.1.2.oe index 396f6d7907..063ec3616c 100644 --- a/opie-3rdparty/tickypip_0.1.2.oe +++ b/opie-3rdparty/tickypip_0.1.2.oe @@ -23,8 +23,8 @@ do_install () { install -m 0644 ${S}/images/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ # copy share - install -d ${D}/${palmtopdir}/share/${APPNAME}/ - install -m 0644 ${S}/levels/* ${D}/${palmtopdir}/share/${APPNAME}/ + install -d ${D}/${palmtopdir}/share/${APPNAME}/levels + install -m 0644 ${S}/levels/* ${D}/${palmtopdir}/share/${APPNAME}/levels/ }