summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/shadow/shadow_4.1.4.3.bb')
-rw-r--r--meta/recipes-extended/shadow/shadow_4.1.4.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
index 098b0b0584..506f4e6da5 100644
--- a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
+++ b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
@@ -89,13 +89,13 @@ do_install_append() {
89 89
90 # Move binaries to the locations we want 90 # Move binaries to the locations we want
91 rm ${D}${sbindir}/vigr 91 rm ${D}${sbindir}/vigr
92 ln -sf vipw.${PN} ${D}${base_sbindir}/vigr 92 ln -sf vipw.${BPN} ${D}${base_sbindir}/vigr
93 mv ${D}${sbindir}/vipw ${D}${base_sbindir}/vipw 93 mv ${D}${sbindir}/vipw ${D}${base_sbindir}/vipw
94 mv ${D}${bindir}/login ${D}${base_bindir}/login 94 mv ${D}${bindir}/login ${D}${base_bindir}/login
95 95
96 # Handle link properly after rename, otherwise missing files would 96 # Handle link properly after rename, otherwise missing files would
97 # lead rpm failed dependencies. 97 # lead rpm failed dependencies.
98 ln -sf newgrp.${PN} ${D}${bindir}/sg 98 ln -sf newgrp.${BPN} ${D}${bindir}/sg
99} 99}
100 100
101inherit update-alternatives 101inherit update-alternatives