summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-03-08 20:46:12 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-03-08 20:46:12 +0000
commit5160505ed591df8ff9af9cbd2854ada8f9a661f5 (patch)
tree45d15f1d7a948d772f1edf8e6bf62356ad5bb9fe /eclass/vim.eclass
parentnew release, mark 0.8.7 x86 (Manifest recommit) (diff)
downloadgentoo-2-5160505ed591df8ff9af9cbd2854ada8f9a661f5.tar.gz
gentoo-2-5160505ed591df8ff9af9cbd2854ada8f9a661f5.tar.bz2
gentoo-2-5160505ed591df8ff9af9cbd2854ada8f9a661f5.zip
add in *vimrc_file_suffix
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r--eclass/vim.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index af2039578ed0..d634b03e368c 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.100 2005/02/08 21:40:17 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.101 2005/03/08 20:46:12 ciaranm Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -486,7 +486,7 @@ src_install() {
# default vimrc is installed by vim-core since it applies to
# both vim and gvim
insinto /etc/vim/
- doins ${FILESDIR}/vimrc
+ newins ${FILESDIR}/vimrc${VIMRC_FILE_SUFFIX} vimrc
if use livecd ; then
# To save space, install only a subset of the files if we're on a
@@ -524,7 +524,7 @@ src_install() {
dosym gvim /usr/bin/rgview
fi
insinto /etc/vim
- doins ${FILESDIR}/gvimrc
+ newins ${FILESDIR}/gvimrc${GVIMRC_FILE_SUFFIX} gvimrc
# as of 6.3-r1, we install a desktop entry. bug #44633, and bug #68622
# for the nicer updated version.