aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ogre/ogre-egl_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ogre/ogre-egl_svn.bb')
-rw-r--r--recipes/ogre/ogre-egl_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ogre/ogre-egl_svn.bb b/recipes/ogre/ogre-egl_svn.bb
index 5cb7393894..37673eeb83 100644
--- a/recipes/ogre/ogre-egl_svn.bb
+++ b/recipes/ogre/ogre-egl_svn.bb
@@ -32,7 +32,7 @@ do_install_append() {
cp ${S}/Samples/Common/bin/Release/*cfg ${D}${datadir}/ogre3d/samples/Common/bin
install -d ${D}${datadir}/ogre3d/Media
- cp -r ${S}/Samples/Media/* ${D}${datadir}/ogre3d/Media/
+ cp -R ${S}/Samples/Media/* ${D}${datadir}/ogre3d/Media/
find ${D} -name ".svn" | xargs rm -rf
}