aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/antlr/antlr_2.7.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/antlr/antlr_2.7.7.bb')
-rw-r--r--recipes-core/antlr/antlr_2.7.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/antlr/antlr_2.7.7.bb b/recipes-core/antlr/antlr_2.7.7.bb
index 105b5e8..2c7ab8e 100644
--- a/recipes-core/antlr/antlr_2.7.7.bb
+++ b/recipes-core/antlr/antlr_2.7.7.bb
@@ -18,7 +18,7 @@ do_compile() {
javac -sourcepath . -d build `find antlr -name "*.java"`
- fastjar -C build -c -f ${JARFILENAME} .
+ fastjar cf ${JARFILENAME} -C build .
}
do_install_virtclass_native() {