summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-10-13 16:04:37 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-10-13 16:04:37 +0000
commit2a92c95738f4ebd4fcb7199befeaf8f767876bc8 (patch)
treef696343c3e812eadc4d23178b4cf8a16d75e6eec /sys-apps/pcsc-lite
parentStable on ppc64; bug #193538 (diff)
downloadgentoo-2-2a92c95738f4ebd4fcb7199befeaf8f767876bc8.tar.gz
gentoo-2-2a92c95738f4ebd4fcb7199befeaf8f767876bc8.tar.bz2
gentoo-2-2a92c95738f4ebd4fcb7199befeaf8f767876bc8.zip
Modify docs installed, bug#195712, requested by Mart Raudsepp
(Portage version: 2.1.3.12)
Diffstat (limited to 'sys-apps/pcsc-lite')
-rw-r--r--sys-apps/pcsc-lite/ChangeLog5
-rw-r--r--sys-apps/pcsc-lite/pcsc-lite-1.4.4.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/pcsc-lite/ChangeLog b/sys-apps/pcsc-lite/ChangeLog
index c9b4d6ff0ff6..401e1aa6702f 100644
--- a/sys-apps/pcsc-lite/ChangeLog
+++ b/sys-apps/pcsc-lite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/pcsc-lite
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.55 2007/08/14 19:09:21 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.56 2007/10/13 16:04:37 alonbl Exp $
+
+ 13 Oct 2007; Alon Bar-Lev <alonbl@gentoo.org> pcsc-lite-1.4.4.ebuild:
+ Modify docs installed, bug#195712, requested by Mart Raudsepp
*pcsc-lite-1.4.4 (14 Aug 2007)
diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.4.4.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.4.4.ebuild
index c77bcbdcc90d..21d4d4c70327 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.4.4.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.4.4.ebuild,v 1.1 2007/08/14 19:09:21 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.4.4.ebuild,v 1.2 2007/10/13 16:04:37 alonbl Exp $
inherit multilib
@@ -36,11 +36,11 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die
- dodoc AUTHORS DRIVERS HELP INSTALL README SECURITY
+ dodoc AUTHORS DRIVERS HELP README SECURITY ChangeLog
prepalldocs
- newinitd "${FILESDIR}"/pcscd-init pcscd
- newconfd "${FILESDIR}"/pcscd-confd pcscd
+ newinitd "${FILESDIR}/pcscd-init" pcscd
+ newconfd "${FILESDIR}/pcscd-confd" pcscd
}
pkg_postinst() {