diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-30 19:25:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-30 19:25:19 +0000 |
commit | 2b557b808aee92ddfeab0f667607ca96444e28b8 (patch) | |
tree | 055e9d6feb7562945625eac8fa440b45da13b1ad /sys-auth | |
parent | Made multilib-aware. (diff) | |
download | gentoo-2-2b557b808aee92ddfeab0f667607ca96444e28b8.tar.gz gentoo-2-2b557b808aee92ddfeab0f667607ca96444e28b8.tar.bz2 gentoo-2-2b557b808aee92ddfeab0f667607ca96444e28b8.zip |
Use dopammod instead of exeinto/doexe.
(Portage version: 2.1_pre2)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 56c68312c53e..ff89b7e1214f 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ldap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.20 2005/10/09 23:32:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.21 2005/12/30 19:25:19 flameeyes Exp $ + + 30 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> pam_ldap-180.ebuild: + Use dopammod instead of exeinto/doexe. 09 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: Add pam-bugs email address as maintainer. diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index ce38f5f84e1d..5f6abfecebdd 100644 --- a/sys-auth/pam_ldap/pam_ldap-180.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-180.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.9 2005/10/03 07:19:59 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.10 2005/12/30 19:25:19 flameeyes Exp $ inherit eutils @@ -33,8 +33,7 @@ src_compile() { } src_install() { - exeinto /lib/security - doexe pam_ldap.so + dopammod pam_ldap.so dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema |