From dc5efd3fc79c2cd596be67db5924d868a5acac8c99c539a0308d504162ee9890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 17 May 2011 13:47:22 +0000 Subject: [PATCH] Lets see if this fixes update alternatives problem OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=38 --- vim.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim.spec b/vim.spec index 8998303..c7648f9 100644 --- a/vim.spec +++ b/vim.spec @@ -475,7 +475,7 @@ rm -rf %{buildroot} %post -n gvim /usr/sbin/update-alternatives --install \ - /bin/vim vim %{_bindir}/gvim 5 + /bin/vim vim %{_bindir}/gvim-normal 5 /usr/sbin/update-alternatives --install \ %{_bindir}/gvim gvim %{_bindir}/gvim-normal 5 %if 0%{?with_splitted_gvim}