summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-27 23:59:35 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-27 23:59:35 +0000
commit1926a74f8b0d997f572dd507ce29a656d18077d8 (patch)
tree3a8a3a4039c38cb574abb463fa8ac1689a1eaab8 /eclass/vim-plugin.eclass
parentAdd ffescape and fourcc2pixfmt tools (diff)
downloadhistorical-1926a74f8b0d997f572dd507ce29a656d18077d8.tar.gz
historical-1926a74f8b0d997f572dd507ce29a656d18077d8.tar.bz2
historical-1926a74f8b0d997f572dd507ce29a656d18077d8.zip
Remove all hidden files in the main tarball dir.
Diffstat (limited to 'eclass/vim-plugin.eclass')
-rw-r--r--eclass/vim-plugin.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
index 6a50d24eae46..01e070b3e935 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.33 2013/01/27 11:48:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.34 2013/01/27 23:59:35 radhermit Exp $
#
# This eclass simplifies installation of app-vim plugins into
# /usr/share/vim/vimfiles. This is a version-independent directory
@@ -38,7 +38,7 @@ vim-plugin_src_install() {
fi
# Remove unwanted files that may exist
- rm -rf .git* Makefile*
+ rm -rf .[^.] .??* Makefile*
# Install non-vim-help-docs
cd "${S}"