summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-shells/dash/dash_0.5.11.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-shells/dash/dash_0.5.11.3.bb')
-rw-r--r--meta-oe/recipes-shells/dash/dash_0.5.11.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-shells/dash/dash_0.5.11.3.bb b/meta-oe/recipes-shells/dash/dash_0.5.11.3.bb
index 92d9bc83d..53d018358 100644
--- a/meta-oe/recipes-shells/dash/dash_0.5.11.3.bb
+++ b/meta-oe/recipes-shells/dash/dash_0.5.11.3.bb
@@ -13,15 +13,15 @@ SRC_URI[sha256sum] = "62b9f1676ba6a7e8eaec541a39ea037b325253240d1f378c72360baa1c
13 13
14EXTRA_OECONF += "--bindir=${base_bindir}" 14EXTRA_OECONF += "--bindir=${base_bindir}"
15 15
16ALTERNATIVE_${PN} = "sh" 16ALTERNATIVE:${PN} = "sh"
17ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" 17ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
18ALTERNATIVE_TARGET[sh] = "${base_bindir}/dash" 18ALTERNATIVE_TARGET[sh] = "${base_bindir}/dash"
19ALTERNATIVE_PRIORITY = "10" 19ALTERNATIVE_PRIORITY = "10"
20 20
21pkg_postinst_${PN} () { 21pkg_postinst:${PN} () {
22 grep -q "^${base_bindir}/dash$" $D${sysconfdir}/shells || echo ${base_bindir}/dash >> $D${sysconfdir}/shells 22 grep -q "^${base_bindir}/dash$" $D${sysconfdir}/shells || echo ${base_bindir}/dash >> $D${sysconfdir}/shells
23} 23}
24 24
25pkg_postrm_${PN} () { 25pkg_postrm:${PN} () {
26 printf "$(grep -v "^${base_bindir}/dash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells 26 printf "$(grep -v "^${base_bindir}/dash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells
27} 27}