[oe-commits] Koen Kooi : vim: fix u-a path

git version control git at git.openembedded.org
Fri Jun 5 16:11:23 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 21aad54b663bc41be0ee5410b27df2989733f711
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=21aad54b663bc41be0ee5410b27df2989733f711

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jun  4 18:53:07 2009 +0200

vim: fix u-a path

---

 recipes/vim/vim.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/vim/vim.inc b/recipes/vim/vim.inc
index a766acc..c160448 100644
--- a/recipes/vim/vim.inc
+++ b/recipes/vim/vim.inc
@@ -3,7 +3,7 @@ SECTION = "console/utils"
 DEPENDS = "ncurses"
 LICENSE = "vim"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 SRC_URI = "ftp://ftp.vim.org/pub/vim/unix/vim-${PV}.tar.bz2 \
 	   file://configure.patch;patch=1"
@@ -32,6 +32,6 @@ FILES_vim-tutor = "${datadir}/vim/vim${VIMVER}/tutor ${bindir}/vimtutor"
 #	       /bin /sbin /lib/*/ /lib/*.so* ${datadir}/vim"
 
 ALTERNATIVE_NAME = "vi"
-ALTERNATIVE_PATH = "vim"
+ALTERNATIVE_PATH = "${bindir}/vim"
 ALTERNATIVE_LINK = "${base_bindir}/vi"
 ALTERNATIVE_PRIORITY = "100"





More information about the Openembedded-commits mailing list