diff options
Diffstat (limited to 'app-emulation/wine/wine-0.9.27.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-0.9.27.ebuild b/app-emulation/wine/wine-0.9.27.ebuild index 668dd585a121..9a8419428fe1 100644 --- a/app-emulation/wine/wine-0.9.27.ebuild +++ b/app-emulation/wine/wine-0.9.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild,v 1.8 2007/03/07 01:28:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild,v 1.9 2007/05/02 18:13:25 vapier Exp $ inherit eutils flag-o-matic multilib @@ -109,7 +109,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die - dodoc ANNOUNCE AUTHORS ChangeLog DEVELOPERS-HINTS README + dodoc ANNOUNCE AUTHORS ChangeLog README } pkg_postinst() { |