diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-11-15 14:21:09 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-11-15 14:21:09 +0000 |
commit | 5e70284ea4ffb6a534f872b701d1cd5360c6c52b (patch) | |
tree | fbfb100132106ff341328d7b9f1badfaf8567c19 | |
parent | Headers now go into /usr/include/libpisock to avoid overwriting glibc's (diff) | |
download | gentoo-2-5e70284ea4ffb6a534f872b701d1cd5360c6c52b.tar.gz gentoo-2-5e70284ea4ffb6a534f872b701d1cd5360c6c52b.tar.bz2 gentoo-2-5e70284ea4ffb6a534f872b701d1cd5360c6c52b.zip |
:/
-rw-r--r-- | dev-libs/pilot-link/pilot-link-0.9.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/pilot-link/pilot-link-0.9.6-r1.ebuild b/dev-libs/pilot-link/pilot-link-0.9.6-r1.ebuild index 0b4eb80b9847..6cca76249d6e 100644 --- a/dev-libs/pilot-link/pilot-link-0.9.6-r1.ebuild +++ b/dev-libs/pilot-link/pilot-link-0.9.6-r1.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-r1.ebuild,v 1.1 2001/11/15 14:17:03 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.6-r1.ebuild,v 1.2 2001/11/15 14:21:09 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="A suite of tools contains a series of conduits for moving @@ -33,7 +33,7 @@ src_compile() { src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man \ - includedir=${D}/usr/include/pilot-link \ + includedir=${D}/usr/include/libpisock \ infodir=${D}/usr/share/info \ install || die |