diff options
-rw-r--r-- | meta/recipes-extended/shadow/shadow.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index cc189649b2..48a3be87e6 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -190,7 +190,7 @@ ALTERNATIVE_LINK_NAME[su.1] = "${mandir}/man1/su.1" | |||
190 | ALTERNATIVE_LINK_NAME[nologin.8] = "${mandir}/man8/nologin.8" | 190 | ALTERNATIVE_LINK_NAME[nologin.8] = "${mandir}/man8/nologin.8" |
191 | 191 | ||
192 | PACKAGE_WRITE_DEPS += "shadow-native" | 192 | PACKAGE_WRITE_DEPS += "shadow-native" |
193 | pkg_postinst_${PN} () { | 193 | pkg_postinst_${PN}_class-target () { |
194 | if [ "x$D" != "x" ]; then | 194 | if [ "x$D" != "x" ]; then |
195 | rootarg="--root $D" | 195 | rootarg="--root $D" |
196 | else | 196 | else |