From 32f72580dd1a39aac6df640d66202bb8f5192319 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Mon, 19 Oct 2009 22:12:39 +0200 Subject: fastjar: fix staging --- recipes/fastjar/fastjar-native.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/fastjar') 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}/ } -- cgit 1.2.3-korg