From a777f966c763bdfcef2958171f1be3fa8f50d6d5 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sun, 13 Jun 2004 00:24:25 +0000 Subject: fix on install --- app-crypt/hashalot/ChangeLog | 5 ++++- app-crypt/hashalot/hashalot-0.3.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index e6cb17aa2f4f..f0c8d9b53562 100644 --- a/app-crypt/hashalot/ChangeLog +++ b/app-crypt/hashalot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/hashalot # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.14 2004/06/13 00:10:54 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.15 2004/06/13 00:24:25 dragonheart Exp $ + + 13 Jun 2004; Daniel Black hashalot-0.3.ebuild: + fix on install *hashalot-0.3 (13 Jun 2004) diff --git a/app-crypt/hashalot/hashalot-0.3.ebuild b/app-crypt/hashalot/hashalot-0.3.ebuild index 44a8c8ac36fa..fba71fe24ec5 100644 --- a/app-crypt/hashalot/hashalot-0.3.ebuild +++ b/app-crypt/hashalot/hashalot-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.1 2004/06/13 00:10:54 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.2 2004/06/13 00:24:25 dragonheart Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -24,6 +24,6 @@ src_test() { } src_install() { - emake DESTDIR=${D} || die "install error" + emake DESTDIR=${D} install || die "install error" } -- cgit v1.2.3-65-gdbad