diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:34:49 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:34:49 +0000 |
commit | b626e7f738d1a17545a55b81d146af3d98d9234d (patch) | |
tree | f32aa9f2ea33d644c3d59587a410d9540adcdda6 /net-im/coccinella/coccinella-0.95.10.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-b626e7f738d1a17545a55b81d146af3d98d9234d.tar.gz gentoo-2-b626e7f738d1a17545a55b81d146af3d98d9234d.tar.bz2 gentoo-2-b626e7f738d1a17545a55b81d146af3d98d9234d.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-im/coccinella/coccinella-0.95.10.ebuild')
-rw-r--r-- | net-im/coccinella/coccinella-0.95.10.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/coccinella/coccinella-0.95.10.ebuild b/net-im/coccinella/coccinella-0.95.10.ebuild index bf9c67d7bd37..d63bb3e39d88 100644 --- a/net-im/coccinella/coccinella-0.95.10.ebuild +++ b/net-im/coccinella/coccinella-0.95.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.10.ebuild,v 1.1 2005/12/28 11:28:22 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.10.ebuild,v 1.2 2007/04/28 17:34:49 swegener Exp $ NAME=Coccinella S="${WORKDIR}/${NAME}-${PV}Src" @@ -22,8 +22,7 @@ src_install () { cp -R "${S}"/* ${D}/opt/coccinella/ fperms 0755 /opt/coccinella/Coccinella.tcl dosym Coccinella.tcl /opt/coccinella/coccinella - insinto /etc/env.d - doins ${FILESDIR}/97coccinella + doenvd ${FILESDIR}/97coccinella dodoc CHANGES README.txt READMEs/README-jabber READMEs/README-smileys } |