aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-which_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-which_1.1.0.bb')
-rw-r--r--recipes-devtools/python/python-which_1.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-which_1.1.0.bb b/recipes-devtools/python/python-which_1.1.0.bb
index b417d0f..df30fa1 100644
--- a/recipes-devtools/python/python-which_1.1.0.bb
+++ b/recipes-devtools/python/python-which_1.1.0.bb
@@ -11,7 +11,7 @@ PYPI_SRC_URI = "git://github.com/trentm/which"
S = "${WORKDIR}/git"
-do_install_append() {
+do_install:append() {
rmdir -p --ignore-fail-on-non-empty ${D}${STAGING_BINDIR_NATIVE}
rmdir -p --ignore-fail-on-non-empty ${D}${datadir}
}