diff options
Diffstat (limited to 'recipes-core/jakarta-commons')
| -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 | } |
