diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-08-16 03:32:00 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-08-16 03:32:00 +0000 |
commit | 17a5f255e69c259ad6152eb8fef3d1c8604119c8 (patch) | |
tree | 584434f0c098e93c2c2803f0096dd0163c5bfb87 /sys-libs/db/db-4.5.20_p2.ebuild | |
parent | x11-libs is complete (diff) | |
download | historical-17a5f255e69c259ad6152eb8fef3d1c8604119c8.tar.gz historical-17a5f255e69c259ad6152eb8fef3d1c8604119c8.tar.bz2 historical-17a5f255e69c259ad6152eb8fef3d1c8604119c8.zip |
Start ebuild cleanup so we can get rid of gnuconfig in old slots.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64
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 87d3a8e72e02..f3892e2e7b8a 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-2008 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.23 2008/03/20 00:34:02 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.24 2008/08/16 03:32:00 robbat2 Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 @@ -127,7 +127,7 @@ src_install() { db_src_install_usrlibcleanup dodir /usr/sbin - mv "${D}"/usr/bin/berkeley_db_svc "${D}"/usr/sbin/berkeley_db45_svc + mv "${D}"/usr/bin/berkeley_db_svc "${D}"/usr/sbin/berkeley_db"${SLOT/./}"_svc if use java; then java-pkg_regso "${D}"/usr/"$(get_libdir)"/libdb_java*.so |