git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
214d5e7
)
put levels in right directory
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 15 Jul 2004 20:01:55 +0000
(20:01 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 15 Jul 2004 20:01:55 +0000
(20:01 +0000)
BKrev: 40f6e2b3cXV0_m51A3aYL4U6WbWYNg
opie-3rdparty/tickypip_0.1.2.oe
patch
|
blob
|
history
diff --git
a/opie-3rdparty/tickypip_0.1.2.oe
b/opie-3rdparty/tickypip_0.1.2.oe
index
396f6d7
..
063ec36
100644
(file)
--- 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/
}