aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webm/libvpx_0.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/webm/libvpx_0.9.0.bb')
-rw-r--r--recipes/webm/libvpx_0.9.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/webm/libvpx_0.9.0.bb b/recipes/webm/libvpx_0.9.0.bb
index 3447c6f2c9..bce50a6df9 100644
--- a/recipes/webm/libvpx_0.9.0.bb
+++ b/recipes/webm/libvpx_0.9.0.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "a0096ac6859cfb61cf06dd9bc0a79a3333a4ec389ba311911d84df8ff2
do_install() {
oe_runmake install
install -d ${D}${prefix}
- cp -r ${S}/vpx-vp8-nopost-nodocs*${PV}/* ${D}${prefix}/
+ cp -R ${S}/vpx-vp8-nopost-nodocs*${PV}/* ${D}${prefix}/
install -d ${D}${includedir}/vpx
mv ${D}${includedir}/*.h ${D}${includedir}/vpx
}