--update is no longer needed with wineprefixcreate.
This commit is contained in:
parent
b99dfb0c1a
commit
791140468e
|
@ -464,9 +464,9 @@ then {
|
||||||
|
|
||||||
if [ "$WINEINSTALLED" = 'no' ]
|
if [ "$WINEINSTALLED" = 'no' ]
|
||||||
then
|
then
|
||||||
tools/wineprefixcreate --update --use-wine-tree .
|
tools/wineprefixcreate --use-wine-tree .
|
||||||
else
|
else
|
||||||
wineprefixcreate --update
|
wineprefixcreate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create $LCONF using the default config file $WINEINI
|
# create $LCONF using the default config file $WINEINI
|
||||||
|
|
Loading…
Reference in New Issue