From dca442370feada140aa1f9b42a46a0d48917333e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 May 2013 13:52:36 -0700 Subject: recipes-core: Correct fastjar cmdline Signed-off-by: Khem Raj --- recipes-core/jacl/jacl_1.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/jacl') diff --git a/recipes-core/jacl/jacl_1.4.1.bb b/recipes-core/jacl/jacl_1.4.1.bb index 497f4ee..b413719 100644 --- a/recipes-core/jacl/jacl_1.4.1.bb +++ b/recipes-core/jacl/jacl_1.4.1.bb @@ -19,7 +19,7 @@ do_compile() { javac -sourcepath src/tcljava:src/jacl -d build `find src/tcljava src/jacl -name "*.java"` - fastjar -C build -c -f ${JARFILENAME} . + fastjar cf ${JARFILENAME} -C build . } SRC_URI[md5sum] = "a7ec8300e8933164e854460c73ac6269" -- cgit v1.2.3-54-g00ecf