summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-01 21:13:26 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-01 21:13:26 +0000
commitf54f6621205f373ae9afa4f94a2e5b40a53707b6 (patch)
treedfdab03b55959fc9d9e86a7b518916d577f7055d /app-laptop
parentTransfer Prefix keywords (diff)
downloadgentoo-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')
-rw-r--r--app-laptop/tpctl/tpctl-4.4.ebuild6
-rw-r--r--app-laptop/tpctl/tpctl-4.8.ebuild10
2 files changed, 8 insertions, 8 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
}
diff --git a/app-laptop/tpctl/tpctl-4.8.ebuild b/app-laptop/tpctl/tpctl-4.8.ebuild
index 01af11b514e3..62ca6cfb7ab9 100644
--- a/app-laptop/tpctl/tpctl-4.8.ebuild
+++ b/app-laptop/tpctl/tpctl-4.8.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.8.ebuild,v 1.10 2007/04/28 17:49:28 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild,v 1.11 2010/01/01 21:13:26 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
}