diff options
author | 2009-11-24 23:31:54 +0000 | |
---|---|---|
committer | 2009-11-24 23:31:54 +0000 | |
commit | 4b348ca18bfa540e14b82b5d005b3c99b9a68901 (patch) | |
tree | 73e005bbef43ce861ae2cad3cf9a1e15238810ce /net-nds/openldap/openldap-2.4.17.ebuild | |
parent | Fix building with autoconf-2.64+ #281690. (diff) | |
download | historical-4b348ca18bfa540e14b82b5d005b3c99b9a68901.tar.gz historical-4b348ca18bfa540e14b82b5d005b3c99b9a68901.tar.bz2 historical-4b348ca18bfa540e14b82b5d005b3c99b9a68901.zip |
Bug #291923, fix missing prefix /.
Package-Manager: portage-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 } |