diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-09-19 23:43:33 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-09-19 23:43:33 +0000 |
commit | d0ef2f8b9bfd0c13aa1b0ddf05036afcc12cc0d2 (patch) | |
tree | ed54b1893bad3dc251b7b8294e32b084e1b78f73 /dev-util/pccts/pccts-1.33.33.ebuild | |
parent | Initial addition. (diff) | |
download | gentoo-2-d0ef2f8b9bfd0c13aa1b0ddf05036afcc12cc0d2.tar.gz gentoo-2-d0ef2f8b9bfd0c13aa1b0ddf05036afcc12cc0d2.tar.bz2 gentoo-2-d0ef2f8b9bfd0c13aa1b0ddf05036afcc12cc0d2.zip |
Point epatch to a file that exists.
(Portage version: 2.2_rc83/cvs/Linux i686)
Diffstat (limited to 'dev-util/pccts/pccts-1.33.33.ebuild')
-rw-r--r-- | dev-util/pccts/pccts-1.33.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pccts/pccts-1.33.33.ebuild b/dev-util/pccts/pccts-1.33.33.ebuild index 75a2a5b30b81..58bba21f29f3 100644 --- a/dev-util/pccts/pccts-1.33.33.ebuild +++ b/dev-util/pccts/pccts-1.33.33.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/dev-util/pccts/pccts-1.33.33.ebuild,v 1.23 2010/01/15 21:48:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.33.ebuild,v 1.24 2010/09/19 23:43:33 jer Exp $ inherit eutils @@ -21,7 +21,7 @@ S=${WORKDIR}/${PN} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PF}-gentoo.diff + epatch "${FILESDIR}"/${P}-gentoo.diff } src_compile() { |