summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2003-05-24 13:05:38 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2003-05-24 13:05:38 +0000
commit9b58b2b1b08a52b8d88f39113bad304d2117ba4b (patch)
treec91835eb62b059362953a19293dfa0270aebbc4b /sys-libs
parentIncluded fixed gentoo completion (diff)
downloadgentoo-2-9b58b2b1b08a52b8d88f39113bad304d2117ba4b.tar.gz
gentoo-2-9b58b2b1b08a52b8d88f39113bad304d2117ba4b.tar.bz2
gentoo-2-9b58b2b1b08a52b8d88f39113bad304d2117ba4b.zip
Small fix
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/db/Manifest2
-rw-r--r--sys-libs/db/db-3.2.9-r5.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/db/Manifest b/sys-libs/db/Manifest
index 492645618e77..4228f4c70473 100644
--- a/sys-libs/db/Manifest
+++ b/sys-libs/db/Manifest
@@ -7,7 +7,7 @@ MD5 af7ea3ee5a3a001d516413c0b9bc52e5 db-3.2.9.ebuild 2464
MD5 2dd3cac46936c5510bf2133977ff5a48 db-3.3.11.ebuild 2408
MD5 4101b40582142f95368a0cd1ae5a23e3 db-4.1.24.ebuild 1900
MD5 6fa4e401e7d17f138554e9184f719571 db-4.0.14.ebuild 2054
-MD5 448daf2768b4e0cc43882911106068bd db-3.2.9-r5.ebuild 4033
+MD5 a3ebfde5d24f01508f90c375a4bc1140 db-3.2.9-r5.ebuild 4033
MD5 194200b3295b95b46b4564980af27f1f files/db-3.2.9-fix-dep-link.patch 1005
MD5 ecd81fa9868ec49c61306444144d44a9 files/db.1.85.patch 55584
MD5 3057fcc117c33a02bd4c092586a58e49 files/digest-db-1.85-r1 59
diff --git a/sys-libs/db/db-3.2.9-r5.ebuild b/sys-libs/db/db-3.2.9-r5.ebuild
index 007273487245..3cc5ef684a07 100644
--- a/sys-libs/db/db-3.2.9-r5.ebuild
+++ b/sys-libs/db/db-3.2.9-r5.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/sys-libs/db/db-3.2.9-r5.ebuild,v 1.2 2003/05/24 12:18:37 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r5.ebuild,v 1.3 2003/05/24 13:05:29 pauldv Exp $
IUSE=""
@@ -130,7 +130,7 @@ src_install () {
#making things work better with the db4 ebuild
for fname in ${D}/usr/bin/db_*
do
- mv ${fname} ${fname//\/db_/\/db4_}
+ mv ${fname} ${fname//\/db_/\/db3_}
done
ln -sf /usr/include/db4/db.h ${D}/usr/include/db.h
}