diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-20 13:01:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-20 13:01:06 +0000 |
commit | 179ecb080eff7e1546e1ca85a96e618bee16d0e6 (patch) | |
tree | 0934a4a5b96c5de3bfdbd24969476facb6c46d67 /app-crypt/qca-tls | |
parent | Grrr. (Manifest recommit) (diff) | |
download | gentoo-2-179ecb080eff7e1546e1ca85a96e618bee16d0e6.tar.gz gentoo-2-179ecb080eff7e1546e1ca85a96e618bee16d0e6.tar.bz2 gentoo-2-179ecb080eff7e1546e1ca85a96e618bee16d0e6.zip |
dont use emake to install
Diffstat (limited to 'app-crypt/qca-tls')
-rw-r--r-- | app-crypt/qca-tls/qca-tls-1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/qca-tls/qca-tls-1.0.ebuild b/app-crypt/qca-tls/qca-tls-1.0.ebuild index 301d4a6b34eb..a6ad0e158f1b 100644 --- a/app-crypt/qca-tls/qca-tls-1.0.ebuild +++ b/app-crypt/qca-tls/qca-tls-1.0.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0.ebuild,v 1.14 2004/10/19 17:34:49 vapier Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0.ebuild,v 1.15 2004/10/20 13:01:06 vapier Exp $ DESCRIPTION="plugin to provide SSL/TLS capability to programs that utilize the Qt Cryptographic Architecture (QCA)" HOMEPAGE="http://psi.affinix.com/" @@ -25,6 +24,6 @@ src_compile() { } src_install() { - emake INSTALL_ROOT="${D}" install || die "make install failed" + make INSTALL_ROOT="${D}" install || die "make install failed" dodoc README } |