diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-19 22:12:39 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-19 22:12:39 +0200 |
commit | 32f72580dd1a39aac6df640d66202bb8f5192319 (patch) | |
tree | c32c489af9ca55d3aa903847b0e42261aab522db /recipes/fastjar | |
parent | 61a1ec67e6dfb87e5bcab1b67699aefd2111c6c9 (diff) |
fastjar: fix staging
Diffstat (limited to 'recipes/fastjar')
-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}/ } |