diff options
author | Michael Hammer <mueli@gentoo.org> | 2008-10-16 17:29:33 +0000 |
---|---|---|
committer | Michael Hammer <mueli@gentoo.org> | 2008-10-16 17:29:33 +0000 |
commit | e7c975c2d9ffae62342352e0e76cbd0851830f23 (patch) | |
tree | 56b78803784d3757b672619ba5e48b41663df362 /app-crypt/mit-krb5/mit-krb5-1.6.3-r4.ebuild | |
parent | Stable for HPPA (bug #240290). (diff) | |
download | historical-e7c975c2d9ffae62342352e0e76cbd0851830f23.tar.gz historical-e7c975c2d9ffae62342352e0e76cbd0851830f23.tar.bz2 historical-e7c975c2d9ffae62342352e0e76cbd0851830f23.zip |
once again bug #241670
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-crypt/mit-krb5/mit-krb5-1.6.3-r4.ebuild')
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.6.3-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/mit-krb5/mit-krb5-1.6.3-r4.ebuild b/app-crypt/mit-krb5/mit-krb5-1.6.3-r4.ebuild index cab305cf6692..179afe6f5aad 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.6.3-r4.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.6.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.6.3-r4.ebuild,v 1.3 2008/10/16 06:30:26 mueli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.6.3-r4.ebuild,v 1.4 2008/10/16 17:29:33 mueli Exp $ inherit eutils flag-o-matic versionator autotools @@ -97,8 +97,8 @@ src_install() { newinitd "${FILESDIR}"/mit-krb5kdc.initd mit-krb5kdc insinto /etc - newins "${D}/usr/share/doc/${PF}/examples/krb5.conf krb5.conf.example" - newins "${D}/usr/share/doc/${PF}/examples/kdc.conf kdc.conf.example" + newins "${D}/usr/share/doc/${PF}/examples/krb5.conf" krb5.conf.example + newins "${D}/usr/share/doc/${PF}/examples/kdc.conf" kdc.conf.example } pkg_postinst() { |