diff options
author | 2001-04-09 05:38:09 +0000 | |
---|---|---|
committer | 2001-04-09 05:38:09 +0000 | |
commit | 7445f88de5bcd643dd8cac04bc1f8b21c83b3097 (patch) | |
tree | 73cd58fe071e9f458e35fb287770fcd752d13e79 /sys-libs/db/db-1.85-r1.ebuild | |
parent | *** empty log message *** (diff) | |
download | historical-7445f88de5bcd643dd8cac04bc1f8b21c83b3097.tar.gz historical-7445f88de5bcd643dd8cac04bc1f8b21c83b3097.tar.bz2 historical-7445f88de5bcd643dd8cac04bc1f8b21c83b3097.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs/db/db-1.85-r1.ebuild')
-rw-r--r-- | sys-libs/db/db-1.85-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild index 8868feae1e1b..440ec736df93 100644 --- a/sys-libs/db/db-1.85-r1.ebuild +++ b/sys-libs/db/db-1.85-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.3 2001/04/09 05:38:09 achim Exp $ A=db.${PV}.tar.gz S=${WORKDIR}/db.${PV} @@ -43,10 +43,10 @@ src_install () { insinto /usr/include/db1 doins include/db.h include/mpool.h - insinto /usr/include - doins include/ndbm.h - dosed "s:<db.h>:<db1/db.h>:" /usr/include/ndbm.h - + insinto /usr/include/db1 + doins include/ndbm.h + dosed "s:<db.h>:<db1/db.h>:" /usr/include/db1/ndbm.h + dosym db1/ndbm.h /usr/include/ndbm.h cp db_dump185 db1_dump185 dobin db1_dump185 |