diff options
author | 2008-10-14 19:23:03 +0000 | |
---|---|---|
committer | 2008-10-14 19:23:03 +0000 | |
commit | b66329874c8423f9fa10e735a9b5579a0e5607c6 (patch) | |
tree | 4cefdbbc84767dbeb24f88820db0dcc821213389 /dev-util/oprofile | |
parent | Sparc stable --- the rest of Bug #242088 on sparc. (diff) | |
download | gentoo-2-b66329874c8423f9fa10e735a9b5579a0e5607c6.tar.gz gentoo-2-b66329874c8423f9fa10e735a9b5579a0e5607c6.tar.bz2 gentoo-2-b66329874c8423f9fa10e735a9b5579a0e5607c6.zip |
Fix bug #241974 (install all documentation to the correct directory).
(Portage version: 2.2_rc12/cvs/Linux 2.6.27 x86_64)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 5425159df6c8..375f1d3535e1 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.53 2008/09/06 17:32:32 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.54 2008/10/14 19:23:03 spock Exp $ + + 14 Oct 2008; Michał Januszewski <spock@gentoo.org> oprofile-0.9.4.ebuild: + Fix bug #241974 (install all documentation to the correct directory). 06 Sep 2008; Michał Januszewski <spock@gentoo.org> +files/oprofile-0.9.4-gcc43.patch, oprofile-0.9.4.ebuild: diff --git a/dev-util/oprofile/oprofile-0.9.4.ebuild b/dev-util/oprofile/oprofile-0.9.4.ebuild index f15f061f5cf9..42382a0a1430 100644 --- a/dev-util/oprofile/oprofile-0.9.4.ebuild +++ b/dev-util/oprofile/oprofile-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v 1.4 2008/09/06 17:32:32 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v 1.5 2008/10/14 19:23:03 spock Exp $ EAPI=1 @@ -69,7 +69,7 @@ src_install() { local myinst="" myinst="${myinst} MODINSTALLDIR=${D}/lib/modules/${KV_FULL}" - make DESTDIR="${D}" ${myinst} install || die "make install failed" + make DESTDIR="${D}" ${myinst} htmldir="/usr/share/doc/${PF}" install || die "make install failed" dodoc ChangeLog* README TODO } |