diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:49:28 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:49:28 +0000 |
commit | 5a9c1d3d98cfa611b57995d418ad99d32552f6ca (patch) | |
tree | bb715382765e045089070a22b13e2d22ea08f212 /app-laptop/tpctl/tpctl-4.4.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-5a9c1d3d98cfa611b57995d418ad99d32552f6ca.tar.gz gentoo-2-5a9c1d3d98cfa611b57995d418ad99d32552f6ca.tar.bz2 gentoo-2-5a9c1d3d98cfa611b57995d418ad99d32552f6ca.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-laptop/tpctl/tpctl-4.4.ebuild')
-rw-r--r-- | app-laptop/tpctl/tpctl-4.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-laptop/tpctl/tpctl-4.4.ebuild b/app-laptop/tpctl/tpctl-4.4.ebuild index e24780db85c3..f1f94023a633 100644 --- a/app-laptop/tpctl/tpctl-4.4.ebuild +++ b/app-laptop/tpctl/tpctl-4.4.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/app-laptop/tpctl/tpctl-4.4.ebuild,v 1.4 2005/01/01 14:49:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild,v 1.5 2007/04/28 17:49:28 swegener Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -49,7 +49,6 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - exeinto /etc/init.d - newexe ${FILESDIR}/apmiser.rc apmiser + newinitd ${FILESDIR}/apmiser.rc apmiser fi } |