diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-19 08:42:49 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-19 08:42:49 +0000 |
commit | dc101b07e2b09975c40b80c1b7128a00a0da64d8 (patch) | |
tree | 28f4e954a460d017f56914c4bba779f61ff07718 /meta/packages/clutter | |
parent | a5280131855a2b175ffd3de13946ef1a8749e6d2 (diff) | |
download | poky-dc101b07e2b09975c40b80c1b7128a00a0da64d8.tar.gz |
clutter-box2d: Install blockbox example
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4494 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/clutter')
-rw-r--r-- | meta/packages/clutter/clutter-box2d.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/clutter/clutter-box2d.inc b/meta/packages/clutter/clutter-box2d.inc index 00d864daf6..7145f80909 100644 --- a/meta/packages/clutter/clutter-box2d.inc +++ b/meta/packages/clutter/clutter-box2d.inc | |||
@@ -10,3 +10,7 @@ do_stage () { | |||
10 | autotools_stage_all | 10 | autotools_stage_all |
11 | } | 11 | } |
12 | 12 | ||
13 | do_install_append () { | ||
14 | install -d ${D}${bindir} | ||
15 | install ${S}/examples/blockbox ${D}${bindir} | ||
16 | } | ||