diff options
author | Richard Purdie <richard@openedhand.com> | 2007-04-10 15:02:46 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-04-10 15:02:46 +0000 |
commit | 3483918a1cf7c0633c6fde7ef4aa12da0a1a00db (patch) | |
tree | f8461b1de91db190a60195c7cd0760a3aeac2193 /meta/packages/puzzles/oh-puzzles_svn.bb | |
parent | 7c41c5a984290e7a1504c5163919f4b8bcbb6374 (diff) | |
download | poky-3483918a1cf7c0633c6fde7ef4aa12da0a1a00db.tar.gz |
puzzles: Remove pixmaps references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1464 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/puzzles/oh-puzzles_svn.bb')
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb index e501223b3c..75772919f3 100644 --- a/meta/packages/puzzles/oh-puzzles_svn.bb +++ b/meta/packages/puzzles/oh-puzzles_svn.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "gtk+" | 4 | DEPENDS = "gtk+" |
5 | PV = "0.1+svn${SRCDATE}" | 5 | PV = "0.1+svn${SRCDATE}" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
@@ -14,9 +14,6 @@ do_install_append () { | |||
14 | mv ${D}${bindir} ${D}/usr/games | 14 | mv ${D}${bindir} ${D}/usr/games |
15 | 15 | ||
16 | install -d ${D}/${datadir}/applications/ | 16 | install -d ${D}/${datadir}/applications/ |
17 | install -d ${D}/${datadir}/pixmaps/ | ||
18 | |||
19 | install ${WORKDIR}/game.png ${D}/${datadir}/pixmaps/ | ||
20 | 17 | ||
21 | cd ${D}/${prefix}/games | 18 | cd ${D}/${prefix}/games |
22 | for prog in *; do | 19 | for prog in *; do |