summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/autofs/ChangeLog5
-rw-r--r--net-fs/autofs/autofs-4.1.3-r4.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog
index 27c80ed278a1..8e0eeaae917d 100644
--- a/net-fs/autofs/ChangeLog
+++ b/net-fs/autofs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/autofs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.43 2005/04/01 15:03:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.44 2005/04/09 10:57:25 blubb Exp $
+
+ 09 Apr 2005; Simon Stelling <blubb@gentoo.org> autofs-4.1.3-r4.ebuild:
+ fixed multilib-strict issues
01 Apr 2005; Aron Griffis <agriffis@gentoo.org> autofs-4.1.3-r2.ebuild:
stable on ia64
diff --git a/net-fs/autofs/autofs-4.1.3-r4.ebuild b/net-fs/autofs/autofs-4.1.3-r4.ebuild
index 8fe13af4ce04..1e8e567e1d46 100644
--- a/net-fs/autofs/autofs-4.1.3-r4.ebuild
+++ b/net-fs/autofs/autofs-4.1.3-r4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r4.ebuild,v 1.2 2005/03/23 01:09:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r4.ebuild,v 1.3 2005/04/09 10:57:25 blubb Exp $
-inherit eutils
+inherit eutils multilib
IUSE="ldap"
DESCRIPTION="Kernel based automounter"
@@ -51,7 +51,7 @@ src_compile() {
src_install() {
into /usr
dosbin daemon/automount
- exeinto /usr/lib/autofs
+ exeinto /usr/$(get_libdir)/autofs
doexe modules/*.so
dodoc COPYING COPYRIGHT NEWS README* TODO CHANGELOG CREDITS
@@ -72,7 +72,7 @@ src_install() {
cd ${S}/samples
docinto samples ; dodoc ldap* auto.master.ldap
insinto /etc/openldap/schema ; doins autofs.schema
- exeinto /usr/lib/autofs ; doexe autofs-ldap-auto-master
+ exeinto /usr/$(get_libdir)/autofs ; doexe autofs-ldap-auto-master
fi
}