diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/fastjar/fastjar-native.inc | 4 |
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}/ } |