Run regedit even if not installed.
This commit is contained in:
parent
644949d5d5
commit
8ce90f2f0b
|
@ -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)
|
WINEINI=$exdir/config # path to the default wine config file (also used by wineconf)
|
||||||
WININI=/dev/null # path to the default win.ini
|
WININI=/dev/null # path to the default win.ini
|
||||||
SYSTEMINI=$exdir/system.ini # path to the default system.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
|
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)
|
# 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)
|
DEFCAT=cat # program to cat $DEFREG with (some packages need zcat)
|
||||||
|
|
Loading…
Reference in New Issue