diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-04-06 19:12:41 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-04-06 19:12:41 +0000 |
commit | a018acc653ed82841884837676e5c586a9c291e7 (patch) | |
tree | 425b8e004ec1767c3d7982cb3ea777add0ab21ee /dev-libs/pilot-link | |
parent | fix ebuild DEPENDS (diff) | |
download | gentoo-2-a018acc653ed82841884837676e5c586a9c291e7.tar.gz gentoo-2-a018acc653ed82841884837676e5c586a9c291e7.tar.bz2 gentoo-2-a018acc653ed82841884837676e5c586a9c291e7.zip |
typo
Diffstat (limited to 'dev-libs/pilot-link')
-rw-r--r-- | dev-libs/pilot-link/pilot-link-0.9.6-r3.ebuild | 4 |
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 } |