diff options
Diffstat (limited to 'meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb')
| -rw-r--r-- | meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb b/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb new file mode 100644 index 0000000000..18dab4e65f --- /dev/null +++ b/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require update-alternatives-cworth.inc | ||
| 2 | |||
| 3 | RPROVIDES_${PN} = "update-alternatives" | ||
| 4 | |||
| 5 | do_install () { | ||
| 6 | install -d ${D}${sbindir} \ | ||
| 7 | ${D}${sysconfdir}/alternatives \ | ||
| 8 | ${D}${libdir}/ipkg/alternatives | ||
| 9 | |||
| 10 | install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives | ||
| 11 | } | ||
