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:
3ee81f2
)
ziq 1.1ern: Create dir for desktop file.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Sun, 11 Mar 2007 15:29:47 +0000
(15:29 +0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Sun, 11 Mar 2007 15:29:47 +0000
(15:29 +0000)
* Based on Marek Vasut's patch at #1961.
packages/qpe-games/ziq_1.1ern.bb
patch
|
blob
|
history
diff --git
a/packages/qpe-games/ziq_1.1ern.bb
b/packages/qpe-games/ziq_1.1ern.bb
index
626f03d
..
972185e
100644
(file)
--- a/
packages/qpe-games/ziq_1.1ern.bb
+++ b/
packages/qpe-games/ziq_1.1ern.bb
@@
-10,6
+10,7
@@
SRC_URI = "http://handhelds.org/~zecke/oe_packages/ziq_V1.1ern.tar.gz \
file://ziq.patch;patch=1"
PV = "1.1ern"
+PR = "r1"
S = "${WORKDIR}/ziq_V${PV}"
@@
-20,6
+21,7
@@
APPDESKTOP = "${S}"
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}${palmtopdir}/apps/Games
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/${APPNAME}.desktop ${D}${palmtopdir}/apps/Games
}