diff options
Diffstat (limited to 'sys-power/cpufreqd/cpufreqd-2.1.0.ebuild')
-rw-r--r-- | sys-power/cpufreqd/cpufreqd-2.1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild b/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild index 161161497d2c..cfb7e00b4e73 100644 --- a/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild +++ b/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild,v 1.1 2006/06/20 22:45:56 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild,v 1.2 2006/07/13 18:59:16 phreak Exp $ inherit eutils @@ -28,8 +28,8 @@ src_unpack() { if use nvidia; then cd ${WORKDIR}/nvclock${NVCLOCK_VERSION} - epatch ${FILESDIR}/nvclock${NVCLOCK_VERSION}-fd.patch - epatch ${FILESDIR}/nvclock${NVCLOCK_VERSION}-fpic.patch + epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fd.patch + epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fpic.patch fi } @@ -63,5 +63,5 @@ src_install() { dodoc AUTHORS ChangeLog NEWS README TODO - newinitd ${FILESDIR}/${P}-init.d ${PN} + newinitd "${FILESDIR}"/${P}-init.d ${PN} } |