diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-09-20 07:57:43 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-09-20 07:57:43 +0000 |
commit | 5bfe5429f90e722668f4356b8b46a3c60fdbeca0 (patch) | |
tree | 52e6bc5c544ad6059ca51eac8825333a8840d7aa /app-vim/align/align-39.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-5bfe5429f90e722668f4356b8b46a3c60fdbeca0.tar.gz gentoo-2-5bfe5429f90e722668f4356b8b46a3c60fdbeca0.tar.bz2 gentoo-2-5bfe5429f90e722668f4356b8b46a3c60fdbeca0.zip |
Quoting.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim/align/align-39.ebuild')
-rw-r--r-- | app-vim/align/align-39.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/align/align-39.ebuild b/app-vim/align/align-39.ebuild index 5101eef1d7cb..9ba1ace29ceb 100644 --- a/app-vim/align/align-39.ebuild +++ b/app-vim/align/align-39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-39.ebuild,v 1.1 2008/09/20 07:54:57 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-39.ebuild,v 1.2 2008/09/20 07:57:43 hawking Exp $ VIM_PLUGIN_VIM_VERSION="7.0" inherit vim-plugin @@ -18,7 +18,7 @@ VIM_PLUGIN_HELPFILES="align align-maps" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # nuke cecutil, we use the common shared version rm -f plugin/cecutil.vim } |