diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-01-13 21:32:36 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-01-13 21:32:36 +0000 |
commit | a8f984467c5a19c9dd48b1e2d696190cfbc85588 (patch) | |
tree | cb945fc2ce9312923dad2a94bfdecd31a692fe1e /net-nds | |
parent | ppc. stable (diff) | |
download | gentoo-2-a8f984467c5a19c9dd48b1e2d696190cfbc85588.tar.gz gentoo-2-a8f984467c5a19c9dd48b1e2d696190cfbc85588.tar.bz2 gentoo-2-a8f984467c5a19c9dd48b1e2d696190cfbc85588.zip |
make repoman qa happy
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/openldap/openldap-2.4.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/openldap/openldap-2.4.7.ebuild b/net-nds/openldap/openldap-2.4.7.ebuild index e39e496da3fa..47438e0383ff 100644 --- a/net-nds/openldap/openldap-2.4.7.ebuild +++ b/net-nds/openldap/openldap-2.4.7.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/net-nds/openldap/openldap-2.4.7.ebuild,v 1.2 2008/01/13 21:31:14 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.7.ebuild,v 1.3 2008/01/13 21:32:36 jokey Exp $ EAPI="1" inherit db-use eutils flag-o-matic multilib ssl-cert versionator @@ -158,7 +158,7 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # ensure correct SLAPI path by default sed -i -e 's,\(#define LDAPI_SOCK\).*,\1 "/var/run/openldap/slapd.sock",' \ @@ -202,7 +202,7 @@ src_compile() { done myconf="${myconf} $(use_enable perl perl mod)" use odbc && myconf="${myconf} --enable-sql=mod --with-odbc=unixodbc" - + # slapd options myconf="${myconf} $(use_enable crypt) $(use_enable slp)" myconf="${myconf} $(use_enable samba lmpasswd)" |