diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-09-30 21:40:39 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-09-30 21:40:39 +0000 |
commit | 7612b9fe703aca1474fbc67e6f858ef7548eaf3c (patch) | |
tree | 924d1293b31d29864820d1d3d227b3d35458f4ec /net-libs/libgsasl | |
parent | Marking hardened-sources-2.6.20-r10 stable on x86 and amd64 (on courtesy of M... (diff) | |
download | gentoo-2-7612b9fe703aca1474fbc67e6f858ef7548eaf3c.tar.gz gentoo-2-7612b9fe703aca1474fbc67e6f858ef7548eaf3c.tar.bz2 gentoo-2-7612b9fe703aca1474fbc67e6f858ef7548eaf3c.zip |
Use emake instead of make, fix quoting.
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-libs/libgsasl')
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.2.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libgsasl/libgsasl-0.2.21.ebuild b/net-libs/libgsasl/libgsasl-0.2.21.ebuild index eb5276d0a689..37929e3e868f 100644 --- a/net-libs/libgsasl/libgsasl-0.2.21.ebuild +++ b/net-libs/libgsasl/libgsasl-0.2.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild,v 1.2 2007/09/30 18:47:21 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild,v 1.3 2007/09/30 21:40:39 ticho Exp $ DESCRIPTION="The GNU SASL library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -31,6 +31,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "installation failed" + emake DESTDIR="${D}" install || die "installation failed" dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README README-alpha THANKS } |