OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Jul-2003 15:40:06
Branch: HEAD Handle: 2003071814400600
Modified files:
openpkg-src/wine winesetup.sh
Log:
run wincfg at end of setup procedure to create font cache and to
provide useful possibility to configure WINE settings
Summary:
Revision Changes Path
1.4 +6 -0 openpkg-src/wine/winesetup.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wine/winesetup.sh
============================================================================
$ cvs diff -u -r1.3 -r1.4 winesetup.sh
--- openpkg-src/wine/winesetup.sh 18 Jul 2003 09:33:36 -0000 1.3
+++ openpkg-src/wine/winesetup.sh 18 Jul 2003 13:40:06 -0000 1.4
@@ -88,3 +88,9 @@
$l_prefix/bin/regedit $l_prefix/share/wine/winedefault.reg
fi
+# run an initial Windows application for enforcing the
+# a default registry entries
+echo "++ running WINE configuration utility"
+echo " (be patient, it enforces font scanning)"
+$l_prefix/bin/winecfg
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]