summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-13 00:24:25 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-13 00:24:25 +0000
commita777f966c763bdfcef2958171f1be3fa8f50d6d5 (patch)
tree35bbaab69e5645656b8b3ed582d0cd9b68008a75 /app-crypt/hashalot
parentstable on ppc64 (Manifest recommit) (diff)
downloadgentoo-2-a777f966c763bdfcef2958171f1be3fa8f50d6d5.tar.gz
gentoo-2-a777f966c763bdfcef2958171f1be3fa8f50d6d5.tar.bz2
gentoo-2-a777f966c763bdfcef2958171f1be3fa8f50d6d5.zip
fix on install
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r--app-crypt/hashalot/ChangeLog5
-rw-r--r--app-crypt/hashalot/hashalot-0.3.ebuild4
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 <dragonheart@gentoo.org> 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"
}