diff options
author | 2010-07-21 15:17:18 +0000 | |
---|---|---|
committer | 2010-07-21 15:17:18 +0000 | |
commit | cbd9eb6b4cbc1d97e1b6c18a5fb2238d97fd3390 (patch) | |
tree | 12d5f30390379cb9d3ee0d4601eac9bd17d99e63 /x11-misc/xrootconsole | |
parent | move epatch to src_unpack, fix quoting (diff) | |
download | gentoo-2-cbd9eb6b4cbc1d97e1b6c18a5fb2238d97fd3390.tar.gz gentoo-2-cbd9eb6b4cbc1d97e1b6c18a5fb2238d97fd3390.tar.bz2 gentoo-2-cbd9eb6b4cbc1d97e1b6c18a5fb2238d97fd3390.zip |
fix more
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xrootconsole')
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild index 873a7adec9b7..9cc35fc44c69 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild,v 1.14 2010/07/21 15:16:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild,v 1.15 2010/07/21 15:17:18 ssuominen Exp $ inherit eutils @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - epatch ${FILESDIR}/${P}.parse-color.patch + epatch "${FILESDIR}"/${P}.parse-color.patch } src_install() { |