Convert to new override syntax
[AGL/meta-agl.git] / meta-app-framework / recipes-core / shadow / shadow_appfw.inc
index 472ffef..d41c996 100644 (file)
@@ -1,3 +1,3 @@
-do_install_append() {
+do_install:append() {
        sed -i '/^UMASK/s:^.*$:UMASK 077:' ${D}${sysconfdir}/login.defs
 }