summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-04-06 19:12:41 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-04-06 19:12:41 +0000
commit021780d04e03760390f0dab6b2bb580ccaacdb6e (patch)
tree70b5298f64a20bcf8e89d68ac00e62431e601301 /dev-libs/pilot-link
parentfix ebuild DEPENDS (diff)
downloadhistorical-021780d04e03760390f0dab6b2bb580ccaacdb6e.tar.gz
historical-021780d04e03760390f0dab6b2bb580ccaacdb6e.tar.bz2
historical-021780d04e03760390f0dab6b2bb580ccaacdb6e.zip
typo
Diffstat (limited to 'dev-libs/pilot-link')
-rw-r--r--dev-libs/pilot-link/pilot-link-0.9.6-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/pilot-link/pilot-link-0.9.6-r3.ebuild b/dev-libs/pilot-link/pilot-link-0.9.6-r3.ebuild
index 640e02ea8e21..4a7750d54cf0 100644
--- a/dev-libs/pilot-link/pilot-link-0.9.6-r3.ebuild
+++ b/dev-libs/pilot-link/pilot-link-0.9.6-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# AJ Lewis <aj@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.6-r3.ebuild,v 1.2 2002/04/06 16:23:27 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.6-r3.ebuild,v 1.3 2002/04/06 19:12:41 gbevin Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A suite of tools contains a series of conduits for moving
@@ -17,7 +17,7 @@ src_unpack() {
unpack ${A}
cd ${S}
- patch -p1 ${FILESDIR}/pilot-link-0.9.6-gcc3.diff || die
+ patch -p1 < ${FILESDIR}/pilot-link-0.9.6-gcc3.diff || die
}