diff options
Diffstat (limited to 'app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild')
-rw-r--r-- | app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild index d3c2c1f83130..11187d3f1ea5 100644 --- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild +++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild,v 1.9 2010/10/07 04:13:52 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild,v 1.10 2010/11/14 06:57:03 radhermit Exp $ inherit vim-plugin @@ -12,7 +12,7 @@ IUSE="" VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # hi link is evil. See bug #101787, bug #101804. sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed" |