aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ant/ant-native_1.7.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ant/ant-native_1.7.1.bb')
-rw-r--r--recipes/ant/ant-native_1.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ant/ant-native_1.7.1.bb b/recipes/ant/ant-native_1.7.1.bb
index b4fdb054f9..ff758c817b 100644
--- a/recipes/ant/ant-native_1.7.1.bb
+++ b/recipes/ant/ant-native_1.7.1.bb
@@ -46,7 +46,7 @@ do_compile() {
mkdir -p build/org/apache/tools/ant/types/conditions
- cp -r src/resources/org build/
+ cp -R src/resources/org build/
(cd src/main && find . \( -name "*.properties" -or -name "*.xml" -or -name "*.mf" \) -exec cp {} ../../build/{} \;)
echo "VERSION=${PV}" > build/org/apache/tools/ant/version.txt