diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-24 14:54:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-24 14:54:45 +0000 |
commit | 676689541a79cea0107d41c9b64fe6c1775ebbd1 (patch) | |
tree | c279c3863ead52ab18d31be5f4d2f42e36f495a6 /app-forensics/air/air-1.2.8-r1.ebuild | |
parent | Fixed installation issue on amd64. Added new postal code dictionaries. (diff) | |
download | gentoo-2-676689541a79cea0107d41c9b64fe6c1775ebbd1.tar.gz gentoo-2-676689541a79cea0107d41c9b64fe6c1775ebbd1.tar.bz2 gentoo-2-676689541a79cea0107d41c9b64fe6c1775ebbd1.zip |
Fix obvious typo.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/air/air-1.2.8-r1.ebuild')
-rw-r--r-- | app-forensics/air/air-1.2.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/air/air-1.2.8-r1.ebuild b/app-forensics/air/air-1.2.8-r1.ebuild index 4d969f378736..ccb686c8ce86 100644 --- a/app-forensics/air/air-1.2.8-r1.ebuild +++ b/app-forensics/air/air-1.2.8-r1.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-forensics/air/air-1.2.8-r1.ebuild,v 1.1 2009/04/08 17:23:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.8-r1.ebuild,v 1.2 2009/11/24 14:54:45 flameeyes Exp $ DESCRIPTION="A GUI front-end to dd/dcfldd" HOMEPAGE="http://air-imager.sourceforge.net/" @@ -52,5 +52,5 @@ src_install() { } pkg_postinst() { - elog "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log" + elog "The author, steve@unixgurus.com, would appreciate an email of the install file /usr/share/doc/${PF}/air-install.log" } |