diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-03-19 06:56:14 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-03-19 06:56:14 +0000 |
commit | c8e2f7186a6e6896fe453e847b6e9f177c72ed89 (patch) | |
tree | e23801d342107889773c9d7cbab4de1e4623c3dc /sys-libs/system-config-base/system-config-base-1-r1.ebuild | |
parent | Reformat post-installation message and change echo to ewarn so it shows up in... (diff) | |
download | gentoo-2-c8e2f7186a6e6896fe453e847b6e9f177c72ed89.tar.gz gentoo-2-c8e2f7186a6e6896fe453e847b6e9f177c72ed89.tar.bz2 gentoo-2-c8e2f7186a6e6896fe453e847b6e9f177c72ed89.zip |
Add quotes.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-libs/system-config-base/system-config-base-1-r1.ebuild')
-rw-r--r-- | sys-libs/system-config-base/system-config-base-1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/system-config-base/system-config-base-1-r1.ebuild b/sys-libs/system-config-base/system-config-base-1-r1.ebuild index 628fc1bf46b0..43fb1a5a04b8 100644 --- a/sys-libs/system-config-base/system-config-base-1-r1.ebuild +++ b/sys-libs/system-config-base/system-config-base-1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/system-config-base-1-r1.ebuild,v 1.2 2008/03/19 06:55:35 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/system-config-base-1-r1.ebuild,v 1.3 2008/03/19 06:56:14 dberkholz Exp $ inherit eutils pam @@ -18,8 +18,8 @@ RDEPEND="virtual/pam" S=${WORKDIR} src_unpack() { - cp ${FILESDIR}/config-util . || die "failed to copy config-util" - epatch ${FILESDIR}/${PVR}-pam-0.99.8.0-r2-compat.patch + cp "${FILESDIR}"/config-util . || die "failed to copy config-util" + epatch "${FILESDIR}"/${PVR}-pam-0.99.8.0-r2-compat.patch } src_install() { |