summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-11 10:56:47 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-11 10:56:47 +0000
commit7dca7167af77c954b8506cd333f1584261eff08c (patch)
treec5f7cdc2d1705a0a2aa6417df0f1db2ee1454274 /net-nds/openldap/openldap-1.2.12.ebuild
parentadded comment that it doesn't work with -j 4 (diff)
downloadgentoo-2-7dca7167af77c954b8506cd333f1584261eff08c.tar.gz
gentoo-2-7dca7167af77c954b8506cd333f1584261eff08c.tar.bz2
gentoo-2-7dca7167af77c954b8506cd333f1584261eff08c.zip
libexec fixes
Diffstat (limited to 'net-nds/openldap/openldap-1.2.12.ebuild')
-rw-r--r--net-nds/openldap/openldap-1.2.12.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/openldap/openldap-1.2.12.ebuild b/net-nds/openldap/openldap-1.2.12.ebuild
index 5debe7240673..f3bfde159d2b 100644
--- a/net-nds/openldap/openldap-1.2.12.ebuild
+++ b/net-nds/openldap/openldap-1.2.12.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-1.2.12.ebuild,v 1.1 2001/06/08 01:58:13 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-1.2.12.ebuild,v 1.2 2001/06/11 10:56:47 achim Exp $
A=${P}.tgz
S=${WORKDIR}/${P}
@@ -32,7 +32,7 @@ src_compile() {
./configure --host=${CHOST} --enable-passwd \
--enable-shell --enable-shared --enable-static \
--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \
- --mandir=/usr/share/man --libexecdir=/usr/lib $myconf
+ --mandir=/usr/share/man --libexecdir=/usr/lib/openldap $myconf
try make depend
try make
cd tests
@@ -42,7 +42,7 @@ src_compile() {
src_install() {
cd ${S}
make prefix=${D}/usr sysconfdir=${D}/etc/openldap localstatedir=${D}/var/lib \
- mandir=${D}/usr/share/man libexecdir=${D}/usr/lib install
+ mandir=${D}/usr/share/man libexecdir=${D}/usr/lib/openldap install
dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE
docinto rfc