diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-09-26 16:00:44 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-09-26 16:00:44 +0000 |
commit | 771f86e07558360cd2398968e9945ae2b82ebcdd (patch) | |
tree | 67db57a2a046128c8fbc9b1a08c90003d76332d3 /net-misc/knock/knock-0.1.ebuild | |
parent | bumping 1.0.9 to stable on x86 (diff) | |
download | historical-771f86e07558360cd2398968e9945ae2b82ebcdd.tar.gz historical-771f86e07558360cd2398968e9945ae2b82ebcdd.tar.bz2 historical-771f86e07558360cd2398968e9945ae2b82ebcdd.zip |
Fixed up some dumbness. Closing bug #64341.
Diffstat (limited to 'net-misc/knock/knock-0.1.ebuild')
-rw-r--r-- | net-misc/knock/knock-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/knock/knock-0.1.ebuild b/net-misc/knock/knock-0.1.ebuild index eb55a81a47b3..7dd0077b556d 100644 --- a/net-misc/knock/knock-0.1.ebuild +++ b/net-misc/knock/knock-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/knock-0.1.ebuild,v 1.9 2004/08/27 11:33:04 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/knock-0.1.ebuild,v 1.10 2004/09/26 16:00:43 pyrania Exp $ inherit eutils @@ -17,7 +17,7 @@ IUSE="" src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-nonblock.patch + epatch ${FILESDIR}/nonblock.patch epatch ${FILESDIR}/knockd.conf.patch } |