diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-29 17:44:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-29 17:44:00 +0000 |
commit | 973b140207be91d8c3b6495b511a4485a62af0ac (patch) | |
tree | 655ad01bd9c52714c6d8906553f0176baeea5f4d /app-cdr/cdw | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-973b140207be91d8c3b6495b511a4485a62af0ac.tar.gz gentoo-2-973b140207be91d8c3b6495b511a4485a62af0ac.tar.bz2 gentoo-2-973b140207be91d8c3b6495b511a4485a62af0ac.zip |
remove explicit doc extension
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-cdr/cdw')
-rw-r--r-- | app-cdr/cdw/cdw-0.2.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/cdw/cdw-0.2.4.ebuild b/app-cdr/cdw/cdw-0.2.4.ebuild index aa8216315914..212144a2b0e6 100644 --- a/app-cdr/cdw/cdw-0.2.4.ebuild +++ b/app-cdr/cdw/cdw-0.2.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/app-cdr/cdw/cdw-0.2.4.ebuild,v 1.11 2008/02/29 17:41:03 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.2.4.ebuild,v 1.12 2008/02/29 17:44:00 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -88,7 +88,7 @@ pkg_postinst() { elog "The directory /usr/share/${PF}/" elog "contains a cdw.sql file. You must install this to your system" elog "for using the Disk Catalog. The installation process is very" - elog "simple, you can find the instructions in" - elog "/usr/share/doc/${PF}/README.gz" + elog "simple, you can find the instructions in the README file in" + elog "/usr/share/doc/${PF}." fi } |