diff options
author | Markus Duft <mduft@gentoo.org> | 2009-12-17 09:53:31 +0000 |
---|---|---|
committer | Markus Duft <mduft@gentoo.org> | 2009-12-17 09:53:31 +0000 |
commit | dfc7fd6d4a46460d573504fc7e83863a24df6c4c (patch) | |
tree | 2678d6d4bb2baf51e2e8c3d3f34840a901641336 /dev-util/confix | |
parent | keyworded ~ia64-hpux and ~hppa-hpux (diff) | |
download | gentoo-2-dfc7fd6d4a46460d573504fc7e83863a24df6c4c.tar.gz gentoo-2-dfc7fd6d4a46460d573504fc7e83863a24df6c4c.tar.bz2 gentoo-2-dfc7fd6d4a46460d573504fc7e83863a24df6c4c.zip |
fixed repo-dir name patching
(Portage version: 2.2.00.14771-prefix/cvs/Linux i686)
Diffstat (limited to 'dev-util/confix')
-rw-r--r-- | dev-util/confix/confix-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/confix/confix-9999.ebuild b/dev-util/confix/confix-9999.ebuild index ed40c4f5b255..0c897e8ade84 100644 --- a/dev-util/confix/confix-9999.ebuild +++ b/dev-util/confix/confix-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-9999.ebuild,v 1.1 2009/11/03 17:08:59 mduft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-9999.ebuild,v 1.2 2009/12/17 09:53:31 mduft Exp $ EAPI=2 @@ -45,9 +45,10 @@ src_prepare() { # epatch "${FILESDIR}"/2.1.0/fast-install.patch # need to store repos in exact versioned share/confix-PV/repo - sed -i -e "s,'confix2','confix-${PV}'," \ + sed -i -e "s,\<confix2\>,confix-${PV}," \ libconfix/plugins/automake/repo_automake.py \ libconfix/core/machinery/repo.py \ + libconfix/plugins/cmake/consts.py \ || die "cannot adjust repo dir" # adjust version-printing to have same version as share/confix-PV/repo, |