diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-02-27 20:28:23 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-02-27 20:28:23 +0000 |
commit | acdaee6bf0551da0cf7d71573a7cd50ab866f62d (patch) | |
tree | 483444a0439ff7a8e688aaedd7b3491b4ef05877 /sys-libs/db/db-4.5.20_p2.ebuild | |
parent | Bumping to version 1.1.3 due to security bug #159580 (diff) | |
download | historical-acdaee6bf0551da0cf7d71573a7cd50ab866f62d.tar.gz historical-acdaee6bf0551da0cf7d71573a7cd50ab866f62d.tar.bz2 historical-acdaee6bf0551da0cf7d71573a7cd50ab866f62d.zip |
Bump 4.4.20 to _p4
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'sys-libs/db/db-4.5.20_p2.ebuild')
-rw-r--r-- | sys-libs/db/db-4.5.20_p2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.5.20_p2.ebuild b/sys-libs/db/db-4.5.20_p2.ebuild index 55678ac12633..d8392215317b 100644 --- a/sys-libs/db/db-4.5.20_p2.ebuild +++ b/sys-libs/db/db-4.5.20_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.1 2007/02/27 20:18:37 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.2 2007/02/27 20:28:23 caleb Exp $ inherit eutils gnuconfig db flag-o-matic java-pkg-opt-2 @@ -120,7 +120,7 @@ src_install() { db_src_install_usrlibcleanup dodir /usr/sbin - mv "${D}"/usr/bin/berkeley_db_svc "${D}"/usr/sbin/berkeley_db44_svc + mv "${D}"/usr/bin/berkeley_db_svc "${D}"/usr/sbin/berkeley_db45_svc if use java; then java-pkg_regso "${D}"/usr/"$(get_libdir)"/libdb_java*.so |