commit: 1bc63a2697238b94f985022b5d2e46ee31017264
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 13 13:56:07 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Fri Feb 13 13:56:07 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=1bc63a26
sys-auth/poldi: install all docs
---
sys-auth/poldi/poldi-0.4.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-auth/poldi/poldi-0.4.1.ebuild
b/sys-auth/poldi/poldi-0.4.1.ebuild
index 3a37255..e971f75 100644
--- a/sys-auth/poldi/poldi-0.4.1.ebuild
+++ b/sys-auth/poldi/poldi-0.4.1.ebuild
@@ -27,8 +27,7 @@ src_prepare() {
src_install() {
default
dopammod "${S}"/src/pam/pam_poldi.so
- #ChangeLog and INSTALL are not usefull
- dodoc AUTHORS NEWS README THANKS
+ dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS
dodir /etc/poldi
cp "${FILESDIR}"/poldi.conf.example "${D}"/etc/poldi
}