summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-12-06 00:02:10 +0000
committerMike Frysinger <vapier@gentoo.org>2009-12-06 00:02:10 +0000
commitc5e7fea3f56574cad9eb2d2d6bdfed573d1b9114 (patch)
treed8cd3d8385c66c613428aa3f6a46d5b59505d9ec /app-arch/xz-utils/xz-utils-9999.ebuild
parentCreate device nodes in $D/dev instead of /dev #295732 by Diego E. Pettenò. (diff)
downloadgentoo-2-c5e7fea3f56574cad9eb2d2d6bdfed573d1b9114.tar.gz
gentoo-2-c5e7fea3f56574cad9eb2d2d6bdfed573d1b9114.tar.bz2
gentoo-2-c5e7fea3f56574cad9eb2d2d6bdfed573d1b9114.zip
Fix up doc install #295834 by Diego E. Pettenò.
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/xz-utils/xz-utils-9999.ebuild')
-rw-r--r--app-arch/xz-utils/xz-utils-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild
index b61ce5190b1a..596111ebf63b 100644
--- a/app-arch/xz-utils/xz-utils-9999.ebuild
+++ b/app-arch/xz-utils/xz-utils-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.3 2009/09/26 16:49:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.4 2009/12/06 00:02:10 vapier Exp $
# Remember: we cannot leverage autotools in this ebuild in order
# to avoid circular deps with autotools
@@ -53,5 +53,8 @@ src_configure() {
src_install() {
emake install DESTDIR="${D}" || die
+ rm "${D}"/usr/share/doc/xz/COPYING* || die
+ mv "${D}"/usr/share/doc/{xz,${PF}} || die
+ prepalldocs
dodoc AUTHORS ChangeLog NEWS README THANKS
}