summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-02-18 15:18:11 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-02-18 15:18:11 +0000
commite3a02349898c1f51e33f074982c5e8de8d9215b4 (patch)
tree175f1c4e980790aaed6fdc449c6d63c2907990dd /app-emulation/wine/wine-0.9.8-r1.ebuild
parentFixed digest. (diff)
downloadgentoo-2-e3a02349898c1f51e33f074982c5e8de8d9215b4.tar.gz
gentoo-2-e3a02349898c1f51e33f074982c5e8de8d9215b4.tar.bz2
gentoo-2-e3a02349898c1f51e33f074982c5e8de8d9215b4.zip
fix typo, \n -> ||, bug 123238
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-emulation/wine/wine-0.9.8-r1.ebuild')
-rw-r--r--app-emulation/wine/wine-0.9.8-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-0.9.8-r1.ebuild b/app-emulation/wine/wine-0.9.8-r1.ebuild
index 6d45f7644355..6cb5ac09f69c 100644
--- a/app-emulation/wine/wine-0.9.8-r1.ebuild
+++ b/app-emulation/wine/wine-0.9.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.8-r1.ebuild,v 1.1 2006/02/18 05:25:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.8-r1.ebuild,v 1.2 2006/02/18 15:18:11 genstef Exp $
inherit eutils flag-o-matic multilib
@@ -122,8 +122,7 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die
- dodoc ANNOUNCE AUTHORS ChangeLog DEVELOPERS-HINTS README
-die
+ dodoc ANNOUNCE AUTHORS ChangeLog DEVELOPERS-HINTS README || die
}
pkg_postinst() {