diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-mako_1.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-mako_1.0.4.bb b/meta/recipes-devtools/python/python-mako_1.0.4.bb index b10b3c3d77..230044e1a2 100644 --- a/meta/recipes-devtools/python/python-mako_1.0.4.bb +++ b/meta/recipes-devtools/python/python-mako_1.0.4.bb @@ -13,5 +13,5 @@ BBCLASSEXTEND = "native nativesdk" # The same utility is packaged in python3-mako, so it would conflict do_install_append() { rm -f ${D}${bindir}/mako-render - rm -df ${D}${bindir} + rmdir ${D}${bindir} } |