diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-09 01:40:13 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-09 01:40:13 +0000 |
commit | 9765fb4132f67b88e04942b794fd30406b9b1223 (patch) | |
tree | 1c82151e11cbe88f36dcb9a5ae4f366749da668d /dev-util/catalyst | |
parent | Regenerate digest in Manifest2 format. (diff) | |
download | gentoo-2-9765fb4132f67b88e04942b794fd30406b9b1223.tar.gz gentoo-2-9765fb4132f67b88e04942b794fd30406b9b1223.tar.bz2 gentoo-2-9765fb4132f67b88e04942b794fd30406b9b1223.zip |
We need to install the default catalystrc. Thanks to Andrew Gaffney <agaffney@gentoo.org> for pointing this out.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r-- | dev-util/catalyst/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index a7ab9be86b78..b0850cb0e3c0 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/catalyst # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.159 2007/02/06 22:55:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.160 2007/02/09 01:40:13 wolf31o2 Exp $ + + 09 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst-2.0.2.ebuild: + We need to install the default catalystrc. Thanks to Andrew Gaffney + <agaffney@gentoo.org> for pointing this out. *catalyst-2.0.2 (06 Feb 2007) diff --git a/dev-util/catalyst/catalyst-2.0.2.ebuild b/dev-util/catalyst/catalyst-2.0.2.ebuild index 97b13272eaf8..1e37ae956b61 100644 --- a/dev-util/catalyst/catalyst-2.0.2.ebuild +++ b/dev-util/catalyst/catalyst-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.2.ebuild,v 1.1 2007/02/06 22:55:51 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.2.ebuild,v 1.2 2007/02/09 01:40:13 wolf31o2 Exp $ inherit eutils @@ -58,7 +58,7 @@ src_install() { dodir /usr/bin dosym /usr/lib/${PN}/catalyst /usr/bin/catalyst insinto /etc/catalyst - doins files/catalyst.conf || die "copying catalyst.conf" + doins files/catalyst.conf files/catalystrc || die "copying configuration" DOCDESTTREE="." dohtml -A spec,msg,example -r examples files dodoc README ChangeLog ChangeLog.old AUTHORS doman files/catalyst.1 |