diff options
author | 2004-11-26 08:07:53 +0000 | |
---|---|---|
committer | 2004-11-26 08:07:53 +0000 | |
commit | 4696eb37b2727b645b823e797271a4e6ac7fcd11 (patch) | |
tree | 0614241cd6cde4dc4ea9c654dc5d28811a739f96 /net-nds/gq/gq-1.0_beta1.ebuild | |
parent | Remove old ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-4696eb37b2727b645b823e797271a4e6ac7fcd11.tar.gz gentoo-2-4696eb37b2727b645b823e797271a4e6ac7fcd11.tar.bz2 gentoo-2-4696eb37b2727b645b823e797271a4e6ac7fcd11.zip |
Fixed collision on /usr/share/locale/locale.alias with sys-libs/glibc (bug #72386). Changed einstall -> emake DESTDIR=${D}
Diffstat (limited to 'net-nds/gq/gq-1.0_beta1.ebuild')
-rw-r--r-- | net-nds/gq/gq-1.0_beta1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-nds/gq/gq-1.0_beta1.ebuild b/net-nds/gq/gq-1.0_beta1.ebuild index 0bfc7e3b506c..32ba44496a35 100644 --- a/net-nds/gq/gq-1.0_beta1.ebuild +++ b/net-nds/gq/gq-1.0_beta1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/gq/gq-1.0_beta1.ebuild,v 1.5 2004/10/26 19:48:31 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/gq/gq-1.0_beta1.ebuild,v 1.6 2004/11/26 08:07:53 dragonheart Exp $ S=${WORKDIR}/${PN}-${PV/_/} DESCRIPTION="GTK-based LDAP client" SRC_URI="mirror://sourceforge/gqclient/${PN}-${PV/_/}.tar.gz" -RESTRICT="nomirror" HOMEPAGE="http://www.biot.com/gq/" IUSE="kerberos jpeg nls ssl" @@ -60,7 +59,7 @@ src_compile() { } src_install() { - einstall || die "Installation failed" - + emake DESTDIR=${D} || die "Installation failed" + rm -f ${D}/usr/share/locale/locale.alias dodoc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README* TODO } |