Another wineinstall patch... Changelog: Run regedit even if not installed. Vincent
Index: wineinstall =================================================================== RCS file: /home/wine/wine/tools/wineinstall,v retrieving revision 1.43 diff -u -r1.43 wineinstall --- wineinstall 15 Oct 2002 01:19:46 -0000 1.43 +++ wineinstall 20 Oct 2002 22:45:37 -0000 @@ -122,7 +122,7 @@ WINEINI=$exdir/config # path to the default wine config file (also used by wineconf) WININI=/dev/null # path to the default win.ini SYSTEMINI=$exdir/system.ini # path to the default system.ini -REGEDIT=$bindir/regedit # path to the regedit winelib application +REGEDIT=programs/regedit/regedit # path to the regedit winelib application DEFREG=winedefault.reg # path of the registry file to be fed to regedit # CROOT=/var/wine # path of the fake Drive C (asks user if not set) DEFCAT=cat # program to cat $DEFREG with (some packages need zcat)