diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-01-27 11:45:20 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-01-27 11:45:20 +0000 |
commit | 4707bc23911f02267cf46bb87b4c79ca70ae7238 (patch) | |
tree | 93f8b92928eeaa057c559ae034c2fd7c471442af /eclass | |
parent | Stable for amd64, wrt bug #450678 (diff) | |
download | gentoo-2-4707bc23911f02267cf46bb87b4c79ca70ae7238.tar.gz gentoo-2-4707bc23911f02267cf46bb87b4c79ca70ae7238.tar.bz2 gentoo-2-4707bc23911f02267cf46bb87b4c79ca70ae7238.zip |
Also remove stray makefiles.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/vim-plugin.eclass | 4 |
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}" |