aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastjar
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-10-19 23:07:25 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-19 23:07:25 +0200
commitf6111fa227f89052d6a43410de77b9e595af4492 (patch)
tree06ccf192209a8810c87b0ab63c532c378aab482c /recipes/fastjar
parent2844040bb743e44cf34931951aff18aa1e955250 (diff)
parent32f72580dd1a39aac6df640d66202bb8f5192319 (diff)
downloadopenembedded-f6111fa227f89052d6a43410de77b9e595af4492.tar.gz
Merge branch 'org.openembedded.dev' of ssh+git://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/fastjar')
-rw-r--r--recipes/fastjar/fastjar-native.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/fastjar/fastjar-native.inc b/recipes/fastjar/fastjar-native.inc
index fa7c7ca646..feed4b29e1 100644
--- a/recipes/fastjar/fastjar-native.inc
+++ b/recipes/fastjar/fastjar-native.inc
@@ -23,6 +23,6 @@ do_configure () {
do_stage() {
install -d ${STAGING_BINDIR}
- install -m 755 .libs/fastjar ${STAGING_BINDIR}/fastjar
- install -m 755 .libs/grepjar ${STAGING_BINDIR}
+ install -m 755 fastjar ${STAGING_BINDIR}/
+ install -m 755 grepjar ${STAGING_BINDIR}/
}