summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-12 19:28:49 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-12 19:28:49 +0000
commit5e5b9f75bf82c1bd56f9dcafc18e09f0c0a1c480 (patch)
treeef6d9bff4f5517f12f351bf2a11ad7da7416efc5 /dev-libs/dbh
parentarm/hppa/s390 stable (diff)
downloadgentoo-2-5e5b9f75bf82c1bd56f9dcafc18e09f0c0a1c480.tar.gz
gentoo-2-5e5b9f75bf82c1bd56f9dcafc18e09f0c0a1c480.tar.bz2
gentoo-2-5e5b9f75bf82c1bd56f9dcafc18e09f0c0a1c480.zip
arm/ia64 stable
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/dbh')
-rw-r--r--dev-libs/dbh/dbh-1.0.20.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/dbh/dbh-1.0.20.ebuild b/dev-libs/dbh/dbh-1.0.20.ebuild
index 7124dee39457..6f0228e66425 100644
--- a/dev-libs/dbh/dbh-1.0.20.ebuild
+++ b/dev-libs/dbh/dbh-1.0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.20.ebuild,v 1.8 2005/01/31 14:47:41 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.20.ebuild,v 1.9 2005/03/12 19:28:49 vapier Exp $
DESCRIPTION="Disk based hashes is a method to create multidimensional binary trees on disk"
HOMEPAGE="http://dbh.sourceforge.net"
@@ -8,13 +8,13 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="QPL"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86"
IUSE=""
DEPEND="dev-util/pkgconfig"
RDEPEND=""
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS INSTALL README ChangeLog
}