aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pygobject_2.20.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pygobject_2.20.0.bb')
-rw-r--r--recipes/python/python-pygobject_2.20.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb
index adc17e7663..61327cc3c0 100644
--- a/recipes/python/python-pygobject_2.20.0.bb
+++ b/recipes/python/python-pygobject_2.20.0.bb
@@ -27,7 +27,7 @@ do_configure_prepend() {
do_install_append() {
install -d ${D}${datadir}/pygobject/
- cp -dpfR docs/* ${D}${datadir}/pygobject/
+ cp -PpRfR docs/* ${D}${datadir}/pygobject/
install -d ${D}${datadir}/gtk-doc/html/pygobject/
cp docs/style.css ${D}${datadir}/gtk-doc/html/pygobject/
}