summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-07-28 04:29:17 +0000
committerNick Hadaway <raker@gentoo.org>2002-07-28 04:29:17 +0000
commit7a896d93b29b900071989c4304d551a9c4312a94 (patch)
tree278e5b432e6e60ec3bab1522cd31f6a770f92b9d /app-emulation/wine
parentshoot me (diff)
downloadgentoo-2-7a896d93b29b900071989c4304d551a9c4312a94.tar.gz
gentoo-2-7a896d93b29b900071989c4304d551a9c4312a94.tar.bz2
gentoo-2-7a896d93b29b900071989c4304d551a9c4312a94.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.ebuild4
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}."
}