summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRic Messier <kilroy@gentoo.org>2002-10-22 13:12:10 +0000
committerRic Messier <kilroy@gentoo.org>2002-10-22 13:12:10 +0000
commita7a10ef8cfc5f4bca94b9fe2e36baf22dbdba338 (patch)
treea65357774fa217f7571fa43f228fcded6a19e3f1 /net-analyzer/traceroute
parentfixed output of commands to /dev/null (diff)
downloadhistorical-a7a10ef8cfc5f4bca94b9fe2e36baf22dbdba338.tar.gz
historical-a7a10ef8cfc5f4bca94b9fe2e36baf22dbdba338.tar.bz2
historical-a7a10ef8cfc5f4bca94b9fe2e36baf22dbdba338.zip
fixed name of patch file
Diffstat (limited to 'net-analyzer/traceroute')
-rw-r--r--net-analyzer/traceroute/traceroute-1.4_p12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/traceroute/traceroute-1.4_p12.ebuild b/net-analyzer/traceroute/traceroute-1.4_p12.ebuild
index 92b7a29d659e..e8ae9259ad69 100644
--- a/net-analyzer/traceroute/traceroute-1.4_p12.ebuild
+++ b/net-analyzer/traceroute/traceroute-1.4_p12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12.ebuild,v 1.11 2002/10/22 13:11:18 kilroy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12.ebuild,v 1.12 2002/10/22 13:12:10 kilroy Exp $
MY_P=${PN}-1.4a12
S=${WORKDIR}/${MY_P}
@@ -19,7 +19,7 @@ src_unpack() {
if use sparc64 > /dev/null || use sparc > /dev/null
then
- patch -p0 < ${FILESDIR}/traceroute-1.4_p12.patch
+ patch -p0 < ${FILESDIR}/traceroute-1.4a12.patch
fi
}