[oe] [PATCH] vim: fix alternative when prefix is /usr

Phil Blundell pb at reciva.com
Thu Jun 4 21:12:58 UTC 2009


On Thu, 2009-06-04 at 13:23 -0400, Michael Smith wrote:
> Fix 2d3750e3dae84c89c9c749f95cf6b3b6cca3e8ce.
> +ALTERNATIVE_PATH = "${bindir}/vim"
>  ALTERNATIVE_LINK = "${base_bindir}/vi"
>  ALTERNATIVE_PRIORITY = "100"

It seems a bit weird to have a symlink in ${base_bindir} pointing to a
target in ${bindir}, since the link will be broken if /usr isn't mounted
yet.  I wonder if it'd be better to either move vim to /bin, or
move /bin/vi to /usr/bin.

p.






More information about the Openembedded-devel mailing list