diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2003-04-19 01:15:00 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2003-04-19 01:15:00 +0000 |
commit | 8092c07891130e0cf8f7695aed63cfa793973aee (patch) | |
tree | 7e28fc0a06874c24309581b8710ff1fb152092ce /app-pda/plptools | |
parent | Initial submit per Bug#12949 (diff) | |
download | historical-8092c07891130e0cf8f7695aed63cfa793973aee.tar.gz historical-8092c07891130e0cf8f7695aed63cfa793973aee.tar.bz2 historical-8092c07891130e0cf8f7695aed63cfa793973aee.zip |
Per BUg #16017
Diffstat (limited to 'app-pda/plptools')
-rw-r--r-- | app-pda/plptools/plptools-0.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-pda/plptools/plptools-0.11.ebuild b/app-pda/plptools/plptools-0.11.ebuild index d989c1980879..24a3f7d59b37 100644 --- a/app-pda/plptools/plptools-0.11.ebuild +++ b/app-pda/plptools/plptools-0.11.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11.ebuild,v 1.4 2003/04/19 01:15:00 blauwers Exp $ DESCRIPTION="Libraries and utilities to communicate with a Psion palmtop via serial." HOMEPAGE="http://plptools.sourceforge.net" @@ -12,7 +13,7 @@ DEPEND="virtual/glibc" S="${WORKDIR}/${P}" src_compile() { - patch -p0 < ${FILESDIR}/${P}-gentoo.patch | die "Patch failed!" + patch -p1 < ${FILESDIR}/${P}-gentoo.patch | die "Patch failed!" local myconf |