aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/woodstox/woodstox2_2.0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/woodstox/woodstox2_2.0.6.bb')
-rw-r--r--recipes/woodstox/woodstox2_2.0.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/woodstox/woodstox2_2.0.6.bb b/recipes/woodstox/woodstox2_2.0.6.bb
index 46ed187e13..27cf54e5b2 100644
--- a/recipes/woodstox/woodstox2_2.0.6.bb
+++ b/recipes/woodstox/woodstox2_2.0.6.bb
@@ -19,7 +19,7 @@ do_compile() {
`find src/java/org -name "*.java"` \
`find src/java/com -name "*.java"`
- cp -r src/resources/* build/META-INF/services
+ cp -R src/resources/* build/META-INF/services
fastjar -C build -c -f ${JARFILENAME} .
}