diff options
Diffstat (limited to 'sys-power/cpufreqd/cpufreqd-2.2.1.ebuild')
-rw-r--r-- | sys-power/cpufreqd/cpufreqd-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/cpufreqd/cpufreqd-2.2.1.ebuild b/sys-power/cpufreqd/cpufreqd-2.2.1.ebuild index 0cd0f456007b..b1c9476fbf17 100644 --- a/sys-power/cpufreqd/cpufreqd-2.2.1.ebuild +++ b/sys-power/cpufreqd/cpufreqd-2.2.1.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/sys-power/cpufreqd/cpufreqd-2.2.1.ebuild,v 1.3 2007/03/13 16:53:43 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.2.1.ebuild,v 1.4 2007/05/17 08:51:45 phreak Exp $ inherit eutils autotools @@ -63,7 +63,7 @@ src_install() { dodoc AUTHORS ChangeLog NEWS README TODO - newinitd "${FILESDIR}"/${P}-init.d ${PN} + newinitd "${FILESDIR}"/${PN}-init.d ${PN} } pkg_postinst() { |