diff options
author | 2005-09-03 23:32:15 +0000 | |
---|---|---|
committer | 2005-09-03 23:32:15 +0000 | |
commit | ea153315ddee72a079f6341eebd46c8911815ec5 (patch) | |
tree | a330b0c42c638e7b0a881e344aa65d6edfb0a132 /sys-auth/pam_ldap/pam_ldap-180.ebuild | |
parent | Don't install COPYING and INSTALL files. (diff) | |
download | historical-ea153315ddee72a079f6341eebd46c8911815ec5.tar.gz historical-ea153315ddee72a079f6341eebd46c8911815ec5.tar.bz2 historical-ea153315ddee72a079f6341eebd46c8911815ec5.zip |
Don't install COPYING file (on latest version).
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'sys-auth/pam_ldap/pam_ldap-180.ebuild')
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index 7527e7cf2501..baa9d06a09b9 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.6 2005/08/28 12:11:04 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.7 2005/09/03 23:32:15 flameeyes Exp $ inherit eutils @@ -37,7 +37,7 @@ src_install() { doexe pam_ldap.so dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil - dodoc ChangeLog COPYING.* CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema + dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema docinto pam.d dodoc pam.d/* } |