diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:28:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:28:52 +0000 |
commit | 737f8b3a30f19f9beb4f217555b4903bdedf2148 (patch) | |
tree | 7eb4aa48676185ced661e12fc46601e2370d9550 /net-misc/nstx | |
parent | quoting etc (diff) | |
download | gentoo-2-737f8b3a30f19f9beb4f217555b4903bdedf2148.tar.gz gentoo-2-737f8b3a30f19f9beb4f217555b4903bdedf2148.tar.bz2 gentoo-2-737f8b3a30f19f9beb4f217555b4903bdedf2148.zip |
quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/nstx')
-rw-r--r-- | net-misc/nstx/nstx-1.1_beta6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/nstx/nstx-1.1_beta6-r2.ebuild b/net-misc/nstx/nstx-1.1_beta6-r2.ebuild index 2e295ff97819..930701e2596d 100644 --- a/net-misc/nstx/nstx-1.1_beta6-r2.ebuild +++ b/net-misc/nstx/nstx-1.1_beta6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/nstx-1.1_beta6-r2.ebuild,v 1.5 2009/09/23 19:42:03 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/nstx-1.1_beta6-r2.ebuild,v 1.6 2010/10/28 10:28:52 ssuominen Exp $ inherit versionator toolchain-funcs eutils @@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${MY_P}.tgz - epatch ${DISTDIR}/${DEBIAN_A} + epatch "${DISTDIR}"/${DEBIAN_A} } src_compile() { |