summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/which/which_2.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/which/which_2.20.bb')
-rw-r--r--meta/recipes-extended/which/which_2.20.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/which/which_2.20.bb b/meta/recipes-extended/which/which_2.20.bb
index a4e860b6c9..9b4394331c 100644
--- a/meta/recipes-extended/which/which_2.20.bb
+++ b/meta/recipes-extended/which/which_2.20.bb
@@ -24,9 +24,9 @@ do_configure_prepend() {
24 24
25do_install() { 25do_install() {
26 autotools_do_install 26 autotools_do_install
27 mv ${D}${bindir}/which ${D}${bindir}/which.${PN} 27 mv ${D}${bindir}/which ${D}${bindir}/which.${BPN}
28} 28}
29 29
30ALTERNATIVE_NAME = "which" 30ALTERNATIVE_NAME = "which"
31ALTERNATIVE_PATH = "which.${PN}" 31ALTERNATIVE_PATH = "which.${BPN}"
32ALTERNATIVE_PRIORITY = "100" 32ALTERNATIVE_PRIORITY = "100"