aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/update-alternatives/update-alternatives-cworth_0.99.154.bb
blob: 6cab1e55ec0f7eff1ccde9dbc2d34008944217e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
require update-alternatives-cworth.inc

RPROVIDES_${PN} = "update-alternatives"

do_install () {
    install -d ${D}${sbindir} \
               ${D}${sysconfdir}/alternatives \
               ${D}${libdir}/opkg/alternatives

    install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives
}