diff options
author | 2010-06-13 16:10:59 +0000 | |
---|---|---|
committer | 2010-06-13 16:10:59 +0000 | |
commit | 4038b1b12661fb82655167f1aff3f8659fe4dc7b (patch) | |
tree | 9e841bb39c3d736492e8eae7d1493e361b860c3f /app-arch | |
parent | Accept arguments to emake install (diff) | |
download | gentoo-2-4038b1b12661fb82655167f1aff3f8659fe4dc7b.tar.gz gentoo-2-4038b1b12661fb82655167f1aff3f8659fe4dc7b.tar.bz2 gentoo-2-4038b1b12661fb82655167f1aff3f8659fe4dc7b.zip |
xfconf_src_install accepts arguments now
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild b/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild index 65032b598fc1..3106bab0a5ed 100644 --- a/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild +++ b/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild,v 1.1 2010/06/13 01:32:24 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild,v 1.2 2010/06/13 16:10:59 ssuominen Exp $ EAPI=2 inherit xfconf @@ -35,13 +35,7 @@ src_prepare() { } src_install() { - # xfconf_src_install will not work here because you cannot add variables to - # the emake call. Yay for code duplication. - emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" install || die "emake install failed" - - if [[ -n ${DOCS} ]]; then - dodoc ${DOCS} || die "dodoc failed" - fi + xfconf_src_install DOCDIR="${D}/usr/share/doc/${PF}" } pkg_postinst() { |