diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-07-28 04:29:17 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-07-28 04:29:17 +0000 |
commit | cc0bcc374c550a55be482870aa3f4a5f6913c1a6 (patch) | |
tree | 37e5c85bba467f4c076eeef7ce0da1a506441482 /app-emulation/wine | |
parent | shoot me (diff) | |
download | historical-cc0bcc374c550a55be482870aa3f4a5f6913c1a6.tar.gz historical-cc0bcc374c550a55be482870aa3f4a5f6913c1a6.tar.bz2 historical-cc0bcc374c550a55be482870aa3f4a5f6913c1a6.zip |
updated ebuild with regapi syntax error mentioned in bug #5664. Thanks to Keith Gross for the heads up.
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-20020710-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20020710-r1.ebuild b/app-emulation/wine/wine-20020710-r1.ebuild index bd52a0099a33..6d4517e29a75 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.5 2002/07/27 18:25:13 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020710-r1.ebuild,v 1.6 2002/07/28 04:29:17 raker Exp $ S=${WORKDIR}/${P} DESCRIPTION="Wine is a free implementation of Windows on Unix." @@ -100,7 +100,7 @@ pkg_postinst() { copy /etc/wine/config (global configuration) to ~/.wine/config and edit that for per-user configuration. Otherwise, wine will not run. -Also, run \"regapi setValue < /etc/wine/winedefault.reg\" to setup +Also, run \"wine regapi setValue < /etc/wine/winedefault.reg\" to setup per-user registry for using wine. More info in /usr/share/doc/wine-${PV}." } |