diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/orage/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/orage/orage-4.8.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/orage/ChangeLog b/app-office/orage/ChangeLog index 93f31bc2c711..f35f7e88ea0f 100644 --- a/app-office/orage/ChangeLog +++ b/app-office/orage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/orage # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.63 2012/05/03 20:00:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.64 2012/06/06 21:12:31 darkside Exp $ + + 06 Jun 2012; Jeremy Olexa <darkside@gentoo.org> orage-4.8.3.ebuild: + Fix installation offset for bug 419823 by Palmer Dabbelt 03 May 2012; Jeff Horelick <jdhore@gentoo.org> orage-4.8.3.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/app-office/orage/orage-4.8.3.ebuild b/app-office/orage/orage-4.8.3.ebuild index 3a7a31cc7fd8..86cab34cf4ff 100644 --- a/app-office/orage/orage-4.8.3.ebuild +++ b/app-office/orage/orage-4.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.3.ebuild,v 1.7 2012/05/03 20:00:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.3.ebuild,v 1.8 2012/06/06 21:12:31 darkside Exp $ EAPI=4 inherit multilib xfconf @@ -44,8 +44,8 @@ pkg_setup() { src_install() { xfconf_src_install \ - docdir=/usr/share/doc/${PF}/html \ - imagesdir=/usr/share/doc/${PF}/html/images + docdir="${EPREFIX}"/usr/share/doc/${PF}/html \ + imagesdir="${EPREFIX}"/usr/share/doc/${PF}/html/images # Create compability symlink for retarded path hardcoding in src/{mainbox,parameters}.c dosym /usr/share/doc/${PF}/html /usr/share/${PN}/doc/C |