diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-08 13:31:36 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-08 13:31:36 +0000 |
commit | f08b2e9c54d5460a081ad4623e570b296fc3ccb2 (patch) | |
tree | 1b2577b83e3b0ae52bd3422c1114f2c005efb096 /dev-libs/expat/expat-1.95.4.ebuild | |
parent | fhs compliance (diff) | |
download | gentoo-2-f08b2e9c54d5460a081ad4623e570b296fc3ccb2.tar.gz gentoo-2-f08b2e9c54d5460a081ad4623e570b296fc3ccb2.tar.bz2 gentoo-2-f08b2e9c54d5460a081ad4623e570b296fc3ccb2.zip |
FHS compliance
Diffstat (limited to 'dev-libs/expat/expat-1.95.4.ebuild')
-rw-r--r-- | dev-libs/expat/expat-1.95.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild index d1c8e4af6741..cac99f1c8c35 100644 --- a/dev-libs/expat/expat-1.95.4.ebuild +++ b/dev-libs/expat/expat-1.95.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.2 2002/07/23 21:10:48 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.3 2002/08/08 13:31:36 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -14,14 +14,14 @@ LICENSE="as-is" KEYWORDS="x86 ppc" src_compile() { - ./configure --prefix=/usr || die + econf || die # parallel make doesnt work make || die } src_install() { - make prefix=${D}/usr install || die + einstall || die dodoc COPYING Changes MANIFEST README dohtml doc/* |