summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/vim-plugin.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 2c551b721ca4..aedd6db71e5d 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.643 2013/01/27 11:34:56 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.644 2013/01/27 11:45:20 radhermit Exp $
+
+ 27 Jan 2013; Tim Harder <radhermit@gentoo.org> vim-plugin.eclass:
+ Also remove stray makefiles.
27 Jan 2013; Tim Harder <radhermit@gentoo.org> vim-plugin.eclass:
Remove unwanted files that may exist.
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
index f6d24666e40f..8dfe84f0e021 100644
--- a/eclass/vim-plugin.eclass
+++ b/eclass/vim-plugin.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.31 2013/01/27 11:34:56 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.32 2013/01/27 11:45:20 radhermit Exp $
#
# This eclass simplifies installation of app-vim plugins into
# /usr/share/vim/vimfiles. This is a version-independent directory
@@ -50,7 +50,7 @@ vim-plugin_src_install() {
done
# Remove unwanted files that may exist
- rm -rf .git*
+ rm -rf .git* Makefile*
# Install remainder of plugin
cd "${WORKDIR}"