summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-11 17:52:12 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-11 17:52:12 +0000
commit072dc409202fa63f8bf3d0661b9c2980204d113b (patch)
treebeb15e27a000c03376ab4f1ab60c3dc1a27b282b /dev-libs/dvmysql/dvmysql-0.4.8.ebuild
parentAdded alpha to KEYWORDS (diff)
downloadgentoo-2-072dc409202fa63f8bf3d0661b9c2980204d113b.tar.gz
gentoo-2-072dc409202fa63f8bf3d0661b9c2980204d113b.tar.bz2
gentoo-2-072dc409202fa63f8bf3d0661b9c2980204d113b.zip
fix bug #25771
Diffstat (limited to 'dev-libs/dvmysql/dvmysql-0.4.8.ebuild')
-rw-r--r--dev-libs/dvmysql/dvmysql-0.4.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dvmysql/dvmysql-0.4.8.ebuild b/dev-libs/dvmysql/dvmysql-0.4.8.ebuild
index 51cecc12a9d8..be35d786f425 100644
--- a/dev-libs/dvmysql/dvmysql-0.4.8.ebuild
+++ b/dev-libs/dvmysql/dvmysql-0.4.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvmysql/dvmysql-0.4.8.ebuild,v 1.1 2003/07/14 19:05:16 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvmysql/dvmysql-0.4.8.ebuild,v 1.2 2003/08/11 17:52:06 robbat2 Exp $
inherit eutils
@@ -20,5 +20,5 @@ DEPEND="virtual/glibc
RDEPEND=${DEPEND}
src_install() {
- make prefix=${D}/usr install
+ make prefix=${D}/usr datadir=${D}/usr/share install
}