From 0d9cc2a62b4573de91c4eec23b274e8fa967951f Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Thu, 27 Sep 2007 09:32:21 +0000 Subject: respect GVIM_DESKTOP_SUFFIX, so gvim.desktop file can be updated. --- eclass/vim.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/vim.eclass b/eclass/vim.eclass index cbb524494a77..917a6f14b34c 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.166 2007/09/05 21:22:23 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.167 2007/09/27 09:32:21 hawking Exp $ # Authors: # Ryan Phillips @@ -582,7 +582,7 @@ vim_src_install() { # as of 6.3-r1, we install a desktop entry. bug #44633, and bug #68622 # for the nicer updated version. insinto /usr/share/applications - doins ${FILESDIR}/gvim.desktop + newins ${FILESDIR}/gvim.desktop${GVIM_DESKTOP_SUFFIX} gvim.desktop insinto /usr/share/pixmaps doins ${FILESDIR}/gvim.xpm -- cgit v1.2.3-65-gdbad