summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-04-09 10:57:25 +0000
committerSimon Stelling <blubb@gentoo.org>2005-04-09 10:57:25 +0000
commitc26261453b4d6525a594a95939ce3b5008577277 (patch)
tree547191d9122e4ad13ff5a57e7f7967ab7f73a066 /net-fs/autofs/autofs-4.1.3-r4.ebuild
parentbug 88452, taking care of it since it's a minor typo (use $DISTDIR , not lite... (diff)
downloadgentoo-2-c26261453b4d6525a594a95939ce3b5008577277.tar.gz
gentoo-2-c26261453b4d6525a594a95939ce3b5008577277.tar.bz2
gentoo-2-c26261453b4d6525a594a95939ce3b5008577277.zip
multilib-strict
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-fs/autofs/autofs-4.1.3-r4.ebuild')
-rw-r--r--net-fs/autofs/autofs-4.1.3-r4.ebuild8
1 files changed, 4 insertions, 4 deletions
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
}