wineinstall used a Unix-style environment variable in the temporary
config file.
This commit is contained in:
parent
03f5df8986
commit
0996d0c5c2
|
@ -620,7 +620,7 @@ then {
|
|||
|
||||
# Make sure we are on a Windows drive
|
||||
mv $LCONF $LCONF.orig
|
||||
sed "s/\"Path\" = \"%HOME%\"$/\"Path\" = \"\${PWD}\"/" $LCONF.orig> $LCONF
|
||||
sed "s/\"Path\" = \"%HOME%\"$/\"Path\" = \"%PWD%\"/" $LCONF.orig> $LCONF
|
||||
|
||||
echo "Installing default Wine registry entries..."
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue