diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 19:26:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 19:26:10 +0000 |
commit | 91bff1c837c080ef57b8fc0e6449b040209aadd3 (patch) | |
tree | 45a136ef3670f02594faa720c1a07843a5388af9 /net-im/aim-transport | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | historical-91bff1c837c080ef57b8fc0e6449b040209aadd3.tar.gz historical-91bff1c837c080ef57b8fc0e6449b040209aadd3.tar.bz2 historical-91bff1c837c080ef57b8fc0e6449b040209aadd3.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-im/aim-transport')
-rw-r--r-- | net-im/aim-transport/aim-transport-20040131-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/aim-transport/aim-transport-20040131-r2.ebuild b/net-im/aim-transport/aim-transport-20040131-r2.ebuild index 12c2a093fb7d..cb7fd723b036 100644 --- a/net-im/aim-transport/aim-transport-20040131-r2.ebuild +++ b/net-im/aim-transport/aim-transport-20040131-r2.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/net-im/aim-transport/aim-transport-20040131-r2.ebuild,v 1.12 2007/04/28 17:34:08 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r2.ebuild,v 1.13 2007/04/28 19:26:10 tove Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -45,7 +45,7 @@ src_install() { insinto /etc/jabber doins ${FILESDIR}/aimtrans.xml newinitd ${FILESDIR}/aim-transport.init-r2 aim-transport - insinto /etc/conf.d ; newins ${FILESDIR}/aim-transport-conf.d aim-transport + newconfd ${FILESDIR}/aim-transport-conf.d aim-transport dodoc README ${FILESDIR}/README.Gentoo TODO aim.xml } |