aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qpe-games
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-03-11 15:29:47 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-03-11 15:29:47 +0000
commita09d9c20fcc6145437a8c6f87bcb2eef41367fed (patch)
tree02046ed0925f878b6bde97286bf52db7c5edfada /packages/qpe-games
parent3ee81f28552ce7acdd2206d3700b9fa3664a201c (diff)
downloadopenembedded-a09d9c20fcc6145437a8c6f87bcb2eef41367fed.tar.gz
ziq 1.1ern: Create dir for desktop file.
* Based on Marek Vasut's patch at #1961.
Diffstat (limited to 'packages/qpe-games')
-rw-r--r--packages/qpe-games/ziq_1.1ern.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/qpe-games/ziq_1.1ern.bb b/packages/qpe-games/ziq_1.1ern.bb
index 626f03d53d..972185e1d0 100644
--- 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
}