diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-08-02 14:36:01 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-08-02 14:36:01 +0000 |
commit | 9b84a0c2fa7afe6a991fd5c2bbc642bd2ff6efdf (patch) | |
tree | e79e8db9191db86ddaa6e5df4f3adbd6c158b82e /app-emulation/wine | |
parent | mask python-fchksum 1.6.1-r1 (diff) | |
download | gentoo-2-9b84a0c2fa7afe6a991fd5c2bbc642bd2ff6efdf.tar.gz gentoo-2-9b84a0c2fa7afe6a991fd5c2bbc642bd2ff6efdf.tar.bz2 gentoo-2-9b84a0c2fa7afe6a991fd5c2bbc642bd2ff6efdf.zip |
Updated ebuild to install /etc/wine/config. Closes bug #5821.
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-20020710-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 1dd6ca1a40dc..12ea1612dc2c 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-emulation/wine # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.14 2002/07/27 18:25:13 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.15 2002/08/02 14:36:01 raker Exp $ *wine-20020710-r1 (18 Jun 2002) + 02 Aug 2002; Nick Hadaway <raker@gentoo.org> : + + Updated ebuild to install /etc/wine/config. Closes bug #5821. + 27 Jul 2002; Nick Hadaway <raker@gentoo.org> wine-20020710-r1.ebuild : Updated ebuild so it installs /usr/wine/bin/regapi. Closes bug #5611. diff --git a/app-emulation/wine/wine-20020710-r1.ebuild b/app-emulation/wine/wine-20020710-r1.ebuild index 6d4517e29a75..3f3ad92ab44c 100644 --- a/app-emulation/wine/wine-20020710-r1.ebuild +++ b/app-emulation/wine/wine-20020710-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020710-r1.ebuild,v 1.6 2002/07/28 04:29:17 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020710-r1.ebuild,v 1.7 2002/08/02 14:36:01 raker Exp $ S=${WORKDIR}/${P} DESCRIPTION="Wine is a free implementation of Windows on Unix." @@ -82,6 +82,8 @@ src_install () { doins ${S}/winedefault.reg dodir /etc/skel/.wine + insinto /etc/wine + doins ${S}/documentation/samples/config dosym /etc/wine/config /etc/skel/.wine/config insinto /etc/env.d |