Run regedit even if not installed.

This commit is contained in:
Vincent Béron 2002-10-21 19:19:54 +00:00 committed by Alexandre Julliard
parent 644949d5d5
commit 8ce90f2f0b
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ WINECONF=tools/wineconf # path to the wineconf perl script
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)