diff options
author | 2010-01-01 21:12:27 +0000 | |
---|---|---|
committer | 2010-01-01 21:12:27 +0000 | |
commit | bcfc60eb6d893f89970c72f0a725f795c5543835 (patch) | |
tree | 2790fda1be69d57353f5f0ea92bc0d9fd4cb7f58 /app-laptop/tpctl/tpctl-4.4-r1.ebuild | |
parent | quoting (diff) | |
download | gentoo-2-bcfc60eb6d893f89970c72f0a725f795c5543835.tar.gz gentoo-2-bcfc60eb6d893f89970c72f0a725f795c5543835.tar.bz2 gentoo-2-bcfc60eb6d893f89970c72f0a725f795c5543835.zip |
quoting
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/tpctl/tpctl-4.4-r1.ebuild')
-rw-r--r-- | app-laptop/tpctl/tpctl-4.4-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-laptop/tpctl/tpctl-4.4-r1.ebuild b/app-laptop/tpctl/tpctl-4.4-r1.ebuild index 178a014809be..1d724fa61ccc 100644 --- a/app-laptop/tpctl/tpctl-4.4-r1.ebuild +++ b/app-laptop/tpctl/tpctl-4.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4-r1.ebuild,v 1.6 2007/04/28 17:49:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4-r1.ebuild,v 1.7 2010/01/01 21:12:27 ssuominen Exp $ inherit eutils @@ -24,8 +24,8 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/tpctlir-cli-4.4-r1.diff + cd "${S}" + epatch "${FILESDIR}"/tpctlir-cli-4.4-r1.diff } src_compile() { @@ -57,7 +57,7 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - newinitd ${FILESDIR}/apmiser.rc apmiser + newinitd "${FILESDIR}"/apmiser.rc apmiser fi doman man/{ntpctl,tpctl}.1 man/apmiser.8 } |