diff options
author | 2010-01-01 18:53:15 +0000 | |
---|---|---|
committer | 2010-01-01 18:53:15 +0000 | |
commit | 761df819fbe8dcf5ffb5093553fb73b42e68ea0f (patch) | |
tree | b11936853d8129a36992bd25e02ce1f117e17ff9 /app-misc/colordiff | |
parent | too long desc (diff) | |
download | gentoo-2-761df819fbe8dcf5ffb5093553fb73b42e68ea0f.tar.gz gentoo-2-761df819fbe8dcf5ffb5093553fb73b42e68ea0f.tar.bz2 gentoo-2-761df819fbe8dcf5ffb5093553fb73b42e68ea0f.zip |
fix quoting, caused by prefix stuff
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/colordiff')
-rw-r--r-- | app-misc/colordiff/colordiff-1.0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/colordiff/colordiff-1.0.9.ebuild b/app-misc/colordiff/colordiff-1.0.9.ebuild index 75be7ad6d5f5..a7f01f2bdca4 100644 --- a/app-misc/colordiff/colordiff-1.0.9.ebuild +++ b/app-misc/colordiff/colordiff-1.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.9.ebuild,v 1.6 2009/11/24 17:01:58 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.9.ebuild,v 1.7 2010/01/01 18:53:15 ssuominen Exp $ EAPI=2 inherit prefix @@ -23,7 +23,7 @@ src_prepare() { # set proper etcdir for Gentoo Prefix sed -i -e "s:'/etc:'@GENTOO_PORTAGE_EPREFIX@/etc:" "${S}/colordiff.pl" \ || die "sed etcdir failed" - eprefixify ${S}/colordiff.pl + eprefixify "${S}"/colordiff.pl } # This package has a makefile, but we don't want to run it |