From bf7cb3bc5b699e37d98478dc563d3bf513838aba Mon Sep 17 00:00:00 2001 From: Michael Januszewski Date: Sun, 22 Mar 2009 07:51:19 +0000 Subject: Fix the postinst messages so that they point to the correct location of the docs (bug #241974). (Portage version: 2.1.6.9/cvs/Linux x86_64, RepoMan options: --force) --- dev-util/oprofile/ChangeLog | 6 +++++- dev-util/oprofile/oprofile-0.9.4.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-util/oprofile') diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index cf5ccca7dd8d..962a3541bed7 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/oprofile # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.55 2009/02/10 00:19:25 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.56 2009/03/22 07:51:19 spock Exp $ + + 21 Mar 2009; Michał Januszewski oprofile-0.9.4.ebuild: + Fix the postinst messages so that they point to the correct location of + the docs (bug #241974). 09 Feb 2009; Michał Januszewski +files/oprofile-0.9.4-open.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 7013aedbb314..5c65a424cb54 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-2009 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.6 2009/02/10 00:19:25 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v 1.7 2009/03/22 07:51:19 spock Exp $ EAPI=1 @@ -84,6 +84,6 @@ pkg_postinst() { elog "Now load the oprofile module by running:" elog " # opcontrol --init" elog "Then read manpages and this html doc:" - elog " /usr/share/doc/oprofile/oprofile.html" + elog " /usr/share/doc/${PF}/oprofile.html" echo } -- cgit v1.2.3-65-gdbad