aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/rhino/rhino_1.7r4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/rhino/rhino_1.7r4.bb')
-rw-r--r--recipes-core/rhino/rhino_1.7r4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/rhino/rhino_1.7r4.bb b/recipes-core/rhino/rhino_1.7r4.bb
index 76a3b5f..7898d23 100644
--- a/recipes-core/rhino/rhino_1.7r4.bb
+++ b/recipes-core/rhino/rhino_1.7r4.bb
@@ -32,7 +32,7 @@ do_compile() {
mkdir -p build/org/mozilla/javascript/resources
cp src/org/mozilla/javascript/resources/*.properties build/org/mozilla/javascript/resources
- fastjar -m ${S}/src/manifest -C build -c -f ${JARFILENAME} .
+ fastjar cfm ${JARFILENAME} ${S}/src/manifest -C build .
}
do_install_append() {