diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 21:13:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 21:13:26 +0000 |
commit | f54f6621205f373ae9afa4f94a2e5b40a53707b6 (patch) | |
tree | dfdab03b55959fc9d9e86a7b518916d577f7055d /app-laptop/tpctl/tpctl-4.4.ebuild | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-f54f6621205f373ae9afa4f94a2e5b40a53707b6.tar.gz gentoo-2-f54f6621205f373ae9afa4f94a2e5b40a53707b6.tar.bz2 gentoo-2-f54f6621205f373ae9afa4f94a2e5b40a53707b6.zip |
more quoting
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/tpctl/tpctl-4.4.ebuild')
-rw-r--r-- | app-laptop/tpctl/tpctl-4.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-laptop/tpctl/tpctl-4.4.ebuild b/app-laptop/tpctl/tpctl-4.4.ebuild index f1f94023a633..e62b4a1dcc0f 100644 --- a/app-laptop/tpctl/tpctl-4.4.ebuild +++ b/app-laptop/tpctl/tpctl-4.4.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.ebuild,v 1.5 2007/04/28 17:49:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild,v 1.6 2010/01/01 21:13:26 ssuominen Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -49,6 +49,6 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - newinitd ${FILESDIR}/apmiser.rc apmiser + newinitd "${FILESDIR}"/apmiser.rc apmiser fi } |