diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-19 14:49:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-19 14:49:35 +0000 |
commit | 20368362fd8ee2e8a670e98e676647278f02e761 (patch) | |
tree | 2a3eff81e615a0caa1a0f1b6cb8fb380d5fad501 /meta/packages/clutter/clutter-box2d.inc | |
parent | 0b891edd22bac7aaa9e4a0bcd87cad61e42f8721 (diff) | |
download | poky-20368362fd8ee2e8a670e98e676647278f02e761.tar.gz |
clutter-box2d: Install the file accounting for libtool
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4501 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/clutter/clutter-box2d.inc')
-rw-r--r-- | meta/packages/clutter/clutter-box2d.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/clutter/clutter-box2d.inc b/meta/packages/clutter/clutter-box2d.inc index 7145f80909..ef1f2936e7 100644 --- a/meta/packages/clutter/clutter-box2d.inc +++ b/meta/packages/clutter/clutter-box2d.inc | |||
@@ -12,5 +12,5 @@ do_stage () { | |||
12 | 12 | ||
13 | do_install_append () { | 13 | do_install_append () { |
14 | install -d ${D}${bindir} | 14 | install -d ${D}${bindir} |
15 | install ${S}/examples/blockbox ${D}${bindir} | 15 | install ${S}/examples/.libs/blockbox ${D}${bindir} |
16 | } | 16 | } |