diff options
author | 2004-06-13 00:24:25 +0000 | |
---|---|---|
committer | 2004-06-13 00:24:25 +0000 | |
commit | b1e19f9a86bceb893c9f90fa3d1c7c5b18303258 (patch) | |
tree | bfd331d5ad475e534f1d6da03b42441138a0f580 /app-crypt/hashalot/hashalot-0.3.ebuild | |
parent | stable on ppc64 (diff) | |
download | historical-b1e19f9a86bceb893c9f90fa3d1c7c5b18303258.tar.gz historical-b1e19f9a86bceb893c9f90fa3d1c7c5b18303258.tar.bz2 historical-b1e19f9a86bceb893c9f90fa3d1c7c5b18303258.zip |
fix on install
Diffstat (limited to 'app-crypt/hashalot/hashalot-0.3.ebuild')
-rw-r--r-- | app-crypt/hashalot/hashalot-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" } |