diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 20:34:03 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 20:34:03 +0000 |
commit | 6bd51ae1ca73fca960d5860d058b74cb43e94a67 (patch) | |
tree | eef4e29d093d8592b09ae97b26318e26203e80f5 /net-nds/openldap/openldap-2.1.27.ebuild | |
parent | Version bump. (diff) | |
download | historical-6bd51ae1ca73fca960d5860d058b74cb43e94a67.tar.gz historical-6bd51ae1ca73fca960d5860d058b74cb43e94a67.tar.bz2 historical-6bd51ae1ca73fca960d5860d058b74cb43e94a67.zip |
QA - fix use invocation
Diffstat (limited to 'net-nds/openldap/openldap-2.1.27.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.1.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/openldap-2.1.27.ebuild b/net-nds/openldap/openldap-2.1.27.ebuild index 1d9578e8487e..0aa38c361669 100644 --- a/net-nds/openldap/openldap-2.1.27.ebuild +++ b/net-nds/openldap/openldap-2.1.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.27.ebuild,v 1.5 2004/03/25 07:59:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.27.ebuild,v 1.6 2004/06/24 20:34:03 agriffis Exp $ inherit eutils @@ -165,7 +165,7 @@ src_install() { newins ${FILESDIR}/2.0/slapd.conf slapd # install MDK's ssl cert script - if [ "`use ssl`" -o "`use samba`" ]; then + if use ssl || use samba; then dodir /etc/openldap/ssl exeinto /etc/openldap/ssl doexe ${FILESDIR}/gencert.sh |