diff options
| -rw-r--r-- | meta/recipes-support/debianutils/debianutils_5.14.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_5.14.bb b/meta/recipes-support/debianutils/debianutils_5.14.bb index f6ca8a6fdd..deec8d1fe8 100644 --- a/meta/recipes-support/debianutils/debianutils_5.14.bb +++ b/meta/recipes-support/debianutils/debianutils_5.14.bb | |||
| @@ -31,6 +31,7 @@ do_install:append() { | |||
| 31 | mv ${D}${bindir}/$app ${D}${base_bindir}/$app | 31 | mv ${D}${bindir}/$app ${D}${base_bindir}/$app |
| 32 | done | 32 | done |
| 33 | fi | 33 | fi |
| 34 | mv ${D}${bindir}/which.debianutils ${D}${bindir}/which | ||
| 34 | } | 35 | } |
| 35 | 36 | ||
| 36 | # Note that we package the update-alternatives name. | 37 | # Note that we package the update-alternatives name. |
| @@ -47,9 +48,6 @@ ALTERNATIVE:${PN} = "add-shell installkernel remove-shell savelog which" | |||
| 47 | ALTERNATIVE_PRIORITY_${PN}-run-parts = "60" | 48 | ALTERNATIVE_PRIORITY_${PN}-run-parts = "60" |
| 48 | ALTERNATIVE:${PN}-run-parts = "run-parts" | 49 | ALTERNATIVE:${PN}-run-parts = "run-parts" |
| 49 | 50 | ||
| 50 | ALTERNATIVE:${PN}-doc = "which.1" | ||
| 51 | ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1" | ||
| 52 | |||
| 53 | ALTERNATIVE_LINK_NAME[add-shell] = "${sbindir}/add-shell" | 51 | ALTERNATIVE_LINK_NAME[add-shell] = "${sbindir}/add-shell" |
| 54 | ALTERNATIVE_LINK_NAME[installkernel] = "${sbindir}/installkernel" | 52 | ALTERNATIVE_LINK_NAME[installkernel] = "${sbindir}/installkernel" |
| 55 | ALTERNATIVE_LINK_NAME[remove-shell] = "${sbindir}/remove-shell" | 53 | ALTERNATIVE_LINK_NAME[remove-shell] = "${sbindir}/remove-shell" |
