diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-11 15:34:13 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-11 15:34:13 +0000 |
commit | 3de7894a5577fbf7359c2d5462dce0863a8c2942 (patch) | |
tree | 451d01b16ec9ade0b5fbb9172439342c77158a85 /packages/qpe-games | |
parent | cc9916f8fe26f1b1134d6a416d871eee7b2e0c40 (diff) | |
parent | a09d9c20fcc6145437a8c6f87bcb2eef41367fed (diff) |
merge of '34720880704c97e3f842319d2c02bd715ea2d6ad'
and 'e7740c0d7a5efb0923be37acdf70db5b0e1bad44'
Diffstat (limited to 'packages/qpe-games')
-rw-r--r-- | packages/qpe-games/ziq_1.1ern.bb | 2 |
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 fe41a7489e..f51805f1d8 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}" @@ -21,6 +22,7 @@ APPDESKTOP = "${S}" do_install () { install -d ${D}${palmtopdir}/apps/Games/ 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 } |