diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-18 09:00:21 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-18 09:00:21 +0000 |
commit | 5b24493ea7a2c61d3d6a8b2cbcc0323be2c440aa (patch) | |
tree | e56a6b73f478977aee48edee3f01ba4949bb1ccb /net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild | |
parent | ia64 keywords (diff) | |
download | gentoo-2-5b24493ea7a2c61d3d6a8b2cbcc0323be2c440aa.tar.gz gentoo-2-5b24493ea7a2c61d3d6a8b2cbcc0323be2c440aa.tar.bz2 gentoo-2-5b24493ea7a2c61d3d6a8b2cbcc0323be2c440aa.zip |
fixing unpacking
Diffstat (limited to 'net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild')
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild b/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild index 9495b5da36b1..339954bd6749 100644 --- a/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild,v 1.1 2003/09/17 14:03:59 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild,v 1.2 2003/09/18 09:00:13 aliz Exp $ inherit eutils @@ -27,7 +27,7 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} && cd ${S} - epatch ${FILESDIR}/tightvnc-${PVR}-gentoo.diff + epatch ${FILESDIR}/${P}-gentoo.diff epatch ${FILESDIR}/${P}-gentoo.security.patch epatch ${FILESDIR}/${P}-imake-tmpdir.patch } |