diff options
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/fprintd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/fprintd/fprintd-0.2.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-auth/fprintd/ChangeLog b/sys-auth/fprintd/ChangeLog index f491e30deba6..176764a94ef7 100644 --- a/sys-auth/fprintd/ChangeLog +++ b/sys-auth/fprintd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/fprintd -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.1 2010/10/27 12:10:18 xmw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.2 2011/05/02 14:50:14 halcy0n Exp $ + + 02 May 2011; Mark Loeser <halcy0n@gentoo.org> fprintd-0.2.0.ebuild: + EPREFIX is already appended when using insinto *fprintd-0.2.0 (27 Oct 2010) diff --git a/sys-auth/fprintd/fprintd-0.2.0.ebuild b/sys-auth/fprintd/fprintd-0.2.0.ebuild index feb944b19452..23bd08d1d51a 100644 --- a/sys-auth/fprintd/fprintd-0.2.0.ebuild +++ b/sys-auth/fprintd/fprintd-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild,v 1.1 2010/10/27 12:10:18 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild,v 1.2 2011/05/02 14:50:14 halcy0n Exp $ EAPI=3 @@ -52,9 +52,9 @@ src_install() { dodoc AUTHORS ChangeLog NEWS README TODO || die if use doc ; then - insinto ${EPREFIX}/usr/share/doc/${PF}/html + insinto /usr/share/doc/${PF}/html doins doc/{fprintd-docs,version}.xml || die - insinto ${EPREFIX}/usr/share/doc/${PF}/html/dbus + insinto /usr/share/doc/${PF}/html/dbus doins doc/dbus/net.reactivated.Fprint.{Device,Manager}.ref.xml || die fi } |