diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 00:50:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 00:50:20 +0000 |
commit | ef7b921ae44b6160967a7987c6ac49c942f2bed4 (patch) | |
tree | 247ec59c9c0b072a0eba9b38b603e6d414234814 /app-emulation | |
parent | loader doesnt use libc so we cant use strlen() #69215 by Marien Zwart. (Manif... (diff) | |
download | gentoo-2-ef7b921ae44b6160967a7987c6ac49c942f2bed4.tar.gz gentoo-2-ef7b921ae44b6160967a7987c6ac49c942f2bed4.tar.bz2 gentoo-2-ef7b921ae44b6160967a7987c6ac49c942f2bed4.zip |
fix typo when installing config file #69543 by Marien Zwart.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20041019-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20041019-r1.ebuild b/app-emulation/wine/wine-20041019-r1.ebuild index 196bf1143b0f..db992dc39c56 100644 --- a/app-emulation/wine/wine-20041019-r1.ebuild +++ b/app-emulation/wine/wine-20041019-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r1.ebuild,v 1.3 2004/10/28 01:35:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r1.ebuild,v 1.4 2004/10/31 00:50:20 vapier Exp $ inherit eutils flag-o-matic @@ -113,7 +113,7 @@ src_install() { # copying the wine.inf into .data (used to be winedefault.reg) cd ${S} insinto /usr/share/wine/data - doins documentation/sample/config + doins documentation/samples/config || die "doins config" doins tools/wine.inf insinto /usr/share/wine/data/fake_windows/Windows/System doins tools/wine.inf |