diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb b/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb index c1ad6a2a82..e41afb56c0 100644 --- a/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb +++ b/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb | |||
@@ -9,8 +9,8 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | do_install:append() { | 10 | do_install:append() { |
11 | install -d ${D}${docdir}/${PN} | 11 | install -d ${D}${docdir}/${PN} |
12 | mv ${D}/usr/doc/* ${D}${docdir}/${PN}/ | 12 | mv ${D}${prefix}/doc/* ${D}${docdir}/${PN}/ |
13 | rmdir ${D}/usr/doc | 13 | rmdir ${D}${prefix}/doc |
14 | } | 14 | } |
15 | 15 | ||
16 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |