diff options
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 } |