diff options
Diffstat (limited to 'meta/recipes-extended/which/which_2.20.bb')
-rw-r--r-- | meta/recipes-extended/which/which_2.20.bb | 4 |
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 | ||
25 | do_install() { | 25 | do_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 | ||
30 | ALTERNATIVE_NAME = "which" | 30 | ALTERNATIVE_NAME = "which" |
31 | ALTERNATIVE_PATH = "which.${PN}" | 31 | ALTERNATIVE_PATH = "which.${BPN}" |
32 | ALTERNATIVE_PRIORITY = "100" | 32 | ALTERNATIVE_PRIORITY = "100" |