diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-26 18:24:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-26 18:24:14 +0000 |
commit | 6c7f98f395b5e9be25e248c8134a8f4a38006112 (patch) | |
tree | 844fe06073906c8f220c76fe91adc68cfc7d0baa /sys-apps/halevt | |
parent | fix homepage (diff) | |
download | gentoo-2-6c7f98f395b5e9be25e248c8134a8f4a38006112.tar.gz gentoo-2-6c7f98f395b5e9be25e248c8134a8f4a38006112.tar.bz2 gentoo-2-6c7f98f395b5e9be25e248c8134a8f4a38006112.zip |
Fix repoman warning
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/halevt')
-rw-r--r-- | sys-apps/halevt/halevt-0.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/halevt/halevt-0.1.5.ebuild b/sys-apps/halevt/halevt-0.1.5.ebuild index aee06ff54084..251c9357280a 100644 --- a/sys-apps/halevt/halevt-0.1.5.ebuild +++ b/sys-apps/halevt/halevt-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/halevt-0.1.5.ebuild,v 1.2 2010/06/26 18:23:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/halevt-0.1.5.ebuild,v 1.3 2010/06/26 18:24:14 ssuominen Exp $ EAPI="2" inherit eutils @@ -27,7 +27,7 @@ src_configure() { src_install () { emake DESTDIR="${D}" install || die "install failed" doinitd "${FILESDIR}"/${PN} || die "failed to install init script" - dodoc AUTHORS NEWS README ABOUT-NLS || die "dodoc failed" + dodoc AUTHORS NEWS README || die "dodoc failed" insinto /usr/share/halevt/examples/ doins examples/*.xml |