aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2010-12-02 22:38:57 +0000
committerPaul Eggleton <bluelightning@bluelightning.org>2010-12-14 01:24:26 +0000
commit5a6db2ddaf1aaea4c1ef8454d58426436c749015 (patch)
tree2f6811219e6fe52781004426351ad244b0f7620b /recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
parent01da496399f976b80fc74231772dc033cb6576ca (diff)
downloadopenembedded-5a6db2ddaf1aaea4c1ef8454d58426436c749015.tar.gz
opie-bluetoothapplet: change to use pics path to match other applet recipes
This saves us one more tarball when moving towards split tarballs for stable version sources. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Diffstat (limited to 'recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc')
-rw-r--r--recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc b/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
index c8f06984b0..313680f699 100644
--- a/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
+++ b/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
@@ -13,6 +13,6 @@ inherit opie
do_install() {
install -d ${D}${palmtopdir}/pics/bluetoothapplet
- install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
+ install -m 0644 ${WORKDIR}/pics/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
}