diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:18:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:18:33 +0000 |
commit | 1047264690ff0fa98d9d8ffe382aee67467dbfb0 (patch) | |
tree | f7c76c472a5e8429bfa5416e7b73df9642ab76be /app-vim/cream | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | gentoo-2-1047264690ff0fa98d9d8ffe382aee67467dbfb0.tar.gz gentoo-2-1047264690ff0fa98d9d8ffe382aee67467dbfb0.tar.bz2 gentoo-2-1047264690ff0fa98d9d8ffe382aee67467dbfb0.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'app-vim/cream')
-rw-r--r-- | app-vim/cream/cream-0.28.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-vim/cream/cream-0.28.ebuild b/app-vim/cream/cream-0.28.ebuild index 804bf7e67e4e..09757c46fb40 100644 --- a/app-vim/cream/cream-0.28.ebuild +++ b/app-vim/cream/cream-0.28.ebuild @@ -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/app-vim/cream/cream-0.28.ebuild,v 1.4 2004/06/24 23:00:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cream/cream-0.28.ebuild,v 1.5 2004/07/14 13:18:33 agriffis Exp $ inherit vim-plugin @@ -13,7 +13,6 @@ KEYWORDS="~x86 sparc ~mips ~ppc" IUSE="" DEPEND="" RDEPEND=">=app-editors/gvim-6.2" -S=${WORKDIR}/${P} src_install() { newbin ${FILESDIR}/cream.sh cream |