diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-24 23:31:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-24 23:31:54 +0000 |
commit | 3a59b94dbd5527c9900cce2c6a0b6dd3f5f35870 (patch) | |
tree | fd0c7f5451ba18711c0f9cc788aabd8d9f1a4332 /net-nds/openldap/openldap-2.4.17.ebuild | |
parent | Fix building with autoconf-2.64+ #281690. (diff) | |
download | gentoo-2-3a59b94dbd5527c9900cce2c6a0b6dd3f5f35870.tar.gz gentoo-2-3a59b94dbd5527c9900cce2c6a0b6dd3f5f35870.tar.bz2 gentoo-2-3a59b94dbd5527c9900cce2c6a0b6dd3f5f35870.zip |
Bug #291923, fix missing prefix /.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/openldap/openldap-2.4.17.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.4.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/openldap-2.4.17.ebuild b/net-nds/openldap/openldap-2.4.17.ebuild index 77c357631f73..19d3783f97ff 100644 --- a/net-nds/openldap/openldap-2.4.17.ebuild +++ b/net-nds/openldap/openldap-2.4.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.17.ebuild,v 1.1 2009/07/28 02:11:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.17.ebuild,v 1.2 2009/11/24 23:31:54 robbat2 Exp $ EAPI="2" inherit db-use eutils flag-o-matic multilib ssl-cert versionator toolchain-funcs @@ -461,5 +461,5 @@ pkg_postinst() { elog "An example file for tuning BDB backends with openldap is" elog "DB_CONFIG.fast.example in /usr/share/doc/${PF}/" - preserve_old_lib_notify usr/$(get_libdir)/{liblber,libldap,libldap_r}-2.3.so.0 + preserve_old_lib_notify /usr/$(get_libdir)/{liblber,libldap,libldap_r}-2.3.so.0 } |