diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-05-24 13:52:36 -0700 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-09-29 21:51:44 +0200 |
| commit | dca442370feada140aa1f9b42a46a0d48917333e (patch) | |
| tree | 93afdb625ba15f20415dbb37d8603c0d2577c712 /recipes-core/jakarta-commons/jakarta-commons.inc | |
| parent | ccf407d934bae10b6e1d2c5ecc6c0a113b09891d (diff) | |
| download | meta-java-dca442370feada140aa1f9b42a46a0d48917333e.tar.gz | |
recipes-core: Correct fastjar cmdline
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/jakarta-commons/jakarta-commons.inc')
| -rw-r--r-- | recipes-core/jakarta-commons/jakarta-commons.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/jakarta-commons/jakarta-commons.inc b/recipes-core/jakarta-commons/jakarta-commons.inc index 1630df6..4f7b700 100644 --- a/recipes-core/jakarta-commons/jakarta-commons.inc +++ b/recipes-core/jakarta-commons/jakarta-commons.inc | |||
| @@ -55,8 +55,8 @@ do_compile() { | |||
| 55 | # Some projects have manifest, some have not. This works for both. | 55 | # Some projects have manifest, some have not. This works for both. |
| 56 | if [ -f src/conf/MANIFEST.MF ] | 56 | if [ -f src/conf/MANIFEST.MF ] |
| 57 | then | 57 | then |
| 58 | fastjar -C build -c -m src/conf/MANIFEST.MF -f ${JARFILENAME} . | 58 | fastjar cfm ${JARFILENAME} src/conf/MANIFEST.MF -C build . |
| 59 | else | 59 | else |
| 60 | fastjar -C build -c -f ${JARFILENAME} . | 60 | fastjar cf ${JARFILENAME} -C build . |
| 61 | fi | 61 | fi |
| 62 | } | 62 | } |
