diff --git a/meta-patchtest/recipes-devtools/python/python3-pylint_1.6.5.bb b/meta-patchtest/recipes-devtools/python/python3-pylint_1.6.5.bb
index 269983b..0bb9e3f 100644
--- a/meta-patchtest/recipes-devtools/python/python3-pylint_1.6.5.bb
+++ b/meta-patchtest/recipes-devtools/python/python3-pylint_1.6.5.bb
@@ -22,7 +22,7 @@ RDEPENDS_${PN} += "${PYTHON_PN}-astroid \
                    ${PYTHON_PN}-netserver \
                   "
 
-do_install_append(){
+do_install:append(){
     rm ${D}${bindir}/pylint
     cat >> ${D}${bindir}/pylint <<EOF
 #!/usr/bin/env ${PYTHON_PN}
